import { TreeNodeProps } from '../../ComponentProps/TreeNodeProps'; export declare const handleTreeNodeExpandCollapse: (data: TreeNodeProps[], key: string | undefined, rootNode: TreeNodeProps | null, isExpanded: boolean, hidePrePostScript?: boolean) => { data: TreeNodeProps[]; rootNode?: TreeNodeProps; };