import type { VueNode } from '@antdv/ui/es/types'; import type { BaseOptionType, DefaultOptionType } from '../Select'; export declare function convertChildrenToData(nodes: VueNode[], optionOnly?: boolean): OptionType[];