import React from 'react';
import { ICalendarStandAlone } from './types/calendar';
export declare const CalendarStandAlone: React.ForwardRefExoticComponent<ICalendarStandAlone<string> & React.RefAttributes<HTMLDivElement>>;
