import type { StatusBarStyle } from './types'; import type { ColorPreference } from '../initial-props'; export declare function toStatusBarContentStyle(statusBarStyle?: StatusBarStyle, colorPreference?: ColorPreference): 'light-content' | 'dark-content';