import _Calendar from './calendar';
import { WithInstallType } from '../shared';
import './style';
import { TdCalendarProps } from './type';
export * from './type';
export declare type CalendarProps = TdCalendarProps;
export declare const Calendar: WithInstallType<typeof _Calendar>;
export default Calendar;
