import type { 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=SplashScreen.native.d.ts.map