///
import { RenderExpandIconProps, Key, GetRowKey } from '../interface';
export declare function renderExpandIcon({ prefixCls, record, onExpand, expanded, expandable, }: RenderExpandIconProps): JSX.Element;
export declare function findAllChildrenKeys(data: RecordType[], getRowKey: GetRowKey, childrenColumnName: string): Key[];