import { IOSSplashConfig, Props } from './types';
export declare function getIosSplashConfig({ ios, ...rest }: Props): IOSSplashConfig;
