export declare const CALENDARINFINITETABLE_CLASSNAME = "k-calendar-table";
export type KendoCalendarInfiniteTableProps = {
    /** @aria Override the default role ("none") for this table */
    tableRole?: string;
    /** @aria aria-labelledby when table acts as grid */
    ariaLabelledBy?: string;
};
export declare const CalendarInfiniteTable: (props: KendoCalendarInfiniteTableProps & React.HTMLAttributes<HTMLTableElement>) => import("react/jsx-runtime").JSX.Element;
