import { KendoTableOptions } from '../table';
export declare const GRIDTABLE_CLASSNAME = "k-grid-table";
export declare const GridTable: (props: KendoTableOptions & React.HTMLAttributes<HTMLTableElement>) => import("react/jsx-runtime").JSX.Element;
