export type KendoCalendarCaptionCellProps = {
    text?: string;
    scope?: string;
    colSpan?: number;
    rowSpan?: number;
};
export declare const CalendarCaptionCell: (props: KendoCalendarCaptionCellProps & React.HTMLAttributes<HTMLTableCellElement>) => import("react/jsx-runtime").JSX.Element;
