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