export interface NativeThemeState { shouldUseDarkColors: boolean; themeSource: 'system' | 'light' | 'dark'; }