import { ConfigPlugin } from 'expo/config-plugins';
import { IOSSplashConfig } from './types';
export declare const SPLASHSCREEN_COLORSET_PATH = "Images.xcassets/SplashScreenBackground.colorset";
export declare const withIosSplashColors: ConfigPlugin<IOSSplashConfig>;
