import type { InternalAtoms } from "../+types.js";
import type { Grid, GridApi } from "../../+types.js";
export declare const makeRowDetailRenderedHeight: (grid: Grid<any> & {
    internal: InternalAtoms;
}) => GridApi<any>["rowDetailRenderedHeight"];
