export type CalendarEventListProps = { date: string; }; export declare const isCalendarEventListProps: import("ajv").ValidateFunction; //# sourceMappingURL=CalendarEventListProps.d.ts.map