export default SelectNode;
declare function SelectNode(_: any, { attrs, slots }: {
    attrs: any;
    slots: any;
}): JSX.Element;
declare namespace SelectNode {
    const isTreeNode: boolean;
    const inheritAttrs: boolean;
    const displayName: string;
}
