import { SplashScreenOptions } from './SplashScreen.types';
export declare function setOptions(options: SplashScreenOptions): void;
export declare function hide(): void;
export declare function hideAsync(): Promise<void>;
export declare function preventAutoHideAsync(): Promise<boolean | undefined>;
//# sourceMappingURL=index.native.d.ts.map