1import { ExpoConfig } from 'expo/config';
2import { ConfigPlugin } from 'expo/config-plugins';
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