import { type RefObject } from "react"; import { type ColumnResizingConfig, type ResizingState } from "./privateTypes.js"; export declare function growToFit(resizingState: RefObject, resizingConfig: ColumnResizingConfig): void; //# sourceMappingURL=tableSizing.d.ts.map