declare interface HeaderOptions { bgColor?: string; textColor?: string; } declare interface BodyOptions { todayColor?: string; weekendColor?: string; bgColor?: string; textColor?: string; hoverColor?: string; selectColor?: string; }