export interface Theme {
    defaultColor?: string;
    selectedColor?: string;
}
