export interface Bullet { primary: string; secondary: string; } export interface CalendarTheme { bullet: Bullet; }