import { TreeNodeProps } from 'rc-tree'; import type { TreeIcon } from '../tree'; export declare function renderSwitcherIcon(prefixCls: string, switcherIcon: TreeIcon, showLine: boolean, nodeProps: TreeNodeProps): any;