import type { RowNode } from "../types"; export declare function rowIsExpanded(row: RowNode): boolean;