import type { dh } from '@deephaven/jsapi-types'; import { type IrisGridPanelProps } from './panels'; /** * Hydrate the props for a grid panel * @param fetchTable Function to fetch the Table object * @param id ID of the dashboard * @param metadata Optional serializable metadata for re-fetching the table later * @returns Props hydrated for a grid panel */ export declare function useHydrateGrid(fetchTable: () => Promise, id: string, metadata: dh.ide.VariableDescriptor | undefined): { localDashboardId: string; } & Pick; export default useHydrateGrid; //# sourceMappingURL=useHydrateGrid.d.ts.map