export declare const CALENDARTABLE_CLASSNAME = "k-calendar-table";
export type KendoCalendarTableProps = {
    calendarCaption?: string;
    showTableHead?: boolean;
    showWeek?: boolean;
};
export declare const CalendarTable: (props: KendoCalendarTableProps & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
