/** * Determines if the browsers can read the OS theme preference. * * @export * @returns Returns `true` if the app can be themed according to the user OS preference. */ export declare function hasSupportForPrefersColorScheme(): boolean;