1import { ExpoConfig } from 'expo/config';
2import { ConfigPlugin, InfoPlist } from 'expo/config-plugins';
3export declare const withIosRootViewBackgroundColor: ConfigPlugin;
4export declare function setRootViewBackgroundColor(config: Pick<ExpoConfig, 'backgroundColor' | 'ios'>, infoPlist: InfoPlist): InfoPlist;
5export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'ios' | 'backgroundColor'>): string | null;
6