import { VNode } from 'vue'; import { SelectMixedOption, SelectBaseOption } from 'naive-ui/lib/select/src/interface'; declare const _default: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default; interface Props { modelValue: string | number; options: SelectMixedOption[]; readonly?: boolean; optionRenderItems?: (info: { node: VNode; option: SelectBaseOption; selected: boolean; }) => VNode[]; labelTextColor?: string; labelBackgroundColor?: string; labelArrowColor?: string; }