export declare const Calendar: any;
export declare type RecurrenceFrequency = "daily" | "weekly" | "monthly" | "yearly";
