import type { VNodeChild } from 'vue';
import type { OptionsType } from '../interface';
export declare function convertChildrenToData(nodes: VNodeChild | JSX.Element, optionOnly?: boolean): OptionsType;
