import type { BeanCollection } from '../context/context'; export declare function expandAll(beans: BeanCollection): void; export declare function collapseAll(beans: BeanCollection): void; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare function onRowHeightChanged(beans: BeanCollection): void; /** @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare function resetRowHeights(beans: BeanCollection): void; export declare function resetRowGroupExpansion(beans: BeanCollection): void;