export interface IMyMarkedDate { marked: boolean; color: string; } //# sourceMappingURL=my-marked-date.interface.d.ts.map