import { ExpoConfig } from '@expo/config-types'; import { InfoPlist } from './IosConfig.types'; export declare const withUserInterfaceStyle: import("..").ConfigPlugin; export declare function getUserInterfaceStyle(config: Pick): string | null; export declare function setUserInterfaceStyle(config: Pick, { UIUserInterfaceStyle, ...infoPlist }: InfoPlist): InfoPlist;