import { AndroidSplashConfig, Props } from './types';
export declare function getAndroidSplashConfig({ android, ...rest }: Props): AndroidSplashConfig;
