import type { BeanCollection } from '../context/context';
export declare function expandAll(beans: BeanCollection): void;
export declare function collapseAll(beans: BeanCollection): void;
export declare function onRowHeightChanged(beans: BeanCollection): void;
