export interface CellMeasureProps { setRowHeight: (rowHeight: number) => void; } export declare function CellMeasure(props: CellMeasureProps): import("react/jsx-runtime").JSX.Element;