import { CalendarProps } from '../Calendar/Calendar';
export declare const StaticCalendar: ({ className, ...rest }: CalendarProps) => JSX.Element;
