/** @jsxRuntime classic */ /** @jsx jsx */ import { DayPickerProps } from 'react-day-picker'; import { jsx } from '@keystone-ui/core'; export declare const Calendar: ({ modifiers, ...props }: DayPickerProps) => jsx.JSX.Element; //# sourceMappingURL=Calendar.d.ts.map