import { ConfigPlugin } from 'expo/config-plugins';
import { Props } from './types';
export declare const withIosSplashScreen: ConfigPlugin<Props>;
