export type KendoTableThProps = {
    text?: string;
    colspan?: any;
    rowspan?: any;
};
export declare const TableTh: (props: KendoTableThProps & React.HTMLAttributes<HTMLTableCellElement>) => import("react/jsx-runtime").JSX.Element;
