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