import { CalendarProps } from '.'; export declare const requiredProps: CalendarProps; export declare const testkitTests: { title: string; props: CalendarProps; }[]; export declare const ssrTests: { title: string; props: CalendarProps; }[]; export declare const a11yTests: { title: string; props: CalendarProps; }[]; //# sourceMappingURL=Calendar.meta.d.ts.map