/** Consumes the table height context for visible row and height state. */ export declare const useTableHeight: (required?: boolean) => Omit<{ height?: string; rowHeight?: number; setRowHeight?: import("react").Dispatch>; setVisibleRows?: import("react").Dispatch>; visibleRows?: number; } & { provided: true; }, "provided"> | Omit, "provided">; //# sourceMappingURL=use.d.ts.map