1*957cf079STomasz Sapetaimport { ExpoConfig } from 'expo/config'; 2*957cf079STomasz Sapetaimport { ConfigPlugin } from 'expo/config-plugins'; 313c5c8bdSEvan Baconexport declare const withAndroidRootViewBackgroundColor: ConfigPlugin; 413c5c8bdSEvan Baconexport declare const withRootViewBackgroundColorColors: ConfigPlugin; 513c5c8bdSEvan Baconexport declare const withRootViewBackgroundColorStyles: ConfigPlugin; 613c5c8bdSEvan Baconexport declare function getRootViewBackgroundColor(config: Pick<ExpoConfig, 'android' | 'backgroundColor'>): string | null; 7