import { TableGlideInstanceProps } from './type'; import { ObjectForExtending } from '../types/utils.type'; export declare const TableGlideInstance: ({ columns, className, headerHeight, onColumnResize, onVisibleRegionChanged, refTable, onCellContextMenu, onHeaderContextMenu, rows, portalEventTargetRef, containerProps, contentStateOverlay, renderOverlayFeatures, fullScreened, onRowsChange, CellReadOnlyEditor, onCellClicked: onCellClickedExternal, ...rest }: TableGlideInstanceProps) => import("react/jsx-runtime").JSX.Element;