1import { ConfigPlugin } from '@expo/config-plugins';
2import { ExpoConfig } from '@expo/config-types';
3export declare const withAndroidRootViewBackgroundColor: ConfigPlugin;
4export declare const withRootViewBackgroundColorColors: ConfigPlugin;
5export declare const withRootViewBackgroundColorStyles: ConfigPlugin;
6export declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'backgroundColor'>): string | null;
7