import { VNodeChild } from 'vue'; export declare type OnUpdateValue = (value: string & null) => void; export declare type OnUpdateValueImpl = (value: string | null) => void; export declare type RenderLabel = (value: string | null) => VNodeChild;