import { type TablePluginProps, type TablePluginElement } from '@deephaven/plugin'; import { type IrisGridType } from '@deephaven/iris-grid'; export declare const TablePluginWrapper: import("react").ForwardRefExoticComponent, "filter" | "model" | "selectedRanges" | "selection" | "onStateChange" | "pluginState" | "fetchColumns"> & { name: string; irisGridRef: React.MutableRefObject; } & import("react").RefAttributes>; export default TablePluginWrapper; //# sourceMappingURL=TablePluginWrapper.d.ts.map