import { ConfigPlugin } from '@expo/config-plugins';
import { IOSSplashConfig } from './getIosSplashConfig';
export declare const withIosSplashScreen: ConfigPlugin<IOSSplashConfig | undefined | null | void>;
