import { ExpoConfig } from 'expo/config'; import { ConfigPlugin, InfoPlist } from 'expo/config-plugins'; export declare const withIosRootViewBackgroundColor: ConfigPlugin; export declare function setRootViewBackgroundColor(config: Pick, infoPlist: InfoPlist): InfoPlist; export declare function getRootViewBackgroundColor(config: Pick): string | null;