import { type TablePluginComponent } from '@deephaven/plugin'; /** * Context providing an optional function to load a table plugin by name. * When provided, `useLoadTablePlugin` will call this function before falling * back to the built-in plugin registry lookup. */ export declare const TablePluginLoaderContext: import("react").Context<((name: string) => TablePluginComponent) | null>; export default TablePluginLoaderContext; //# sourceMappingURL=TablePluginLoaderContext.d.ts.map