import type { GridRowId } from '../types'; import type { Collection } from './types'; export declare const getFullHeight: (id: GridRowId, renderedRowIds: Set, meta: Collection["meta"]) => number; //# sourceMappingURL=full-height.d.ts.map