export declare const light: { inputBackgroundColor: string; inputPlaceholderColor: string; inputTextColor: string; suggestionsListBackgroundColor: string; itemSeparatorColor: string; shadowColor: string; listItemTextColor: string; }; type Theme = typeof light; export declare const dark: Theme; export declare const theme: { light: { inputBackgroundColor: string; inputPlaceholderColor: string; inputTextColor: string; suggestionsListBackgroundColor: string; itemSeparatorColor: string; shadowColor: string; listItemTextColor: string; }; dark: { inputBackgroundColor: string; inputPlaceholderColor: string; inputTextColor: string; suggestionsListBackgroundColor: string; itemSeparatorColor: string; shadowColor: string; listItemTextColor: string; }; }; export {}; //# sourceMappingURL=theme.d.ts.map