export interface Theme { background: string; primary: string; selectionBoxBackground: string; selectionBoxBorderColor: string; } export declare const darkTheme: Theme; export declare const lightTheme: Theme;