import { ColorType, ConfigOptionType, ExtractValueType, OptionValueType } from '../../types'; declare const _default: , Model extends ExtractValueType>(__VLS_props: { color?: ColorType | undefined; readonly onChange?: ((pl: Option) => any) | undefined; options?: Option[] | undefined; modelValue?: Model | undefined; readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined; dataTestName?: string | undefined; config?: Config | undefined; inputPlaceholder?: string | undefined; } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: { attrs: any; slots: {}; emit: { (e: 'change', pl: Option): void; (e: 'update:modelValue', pl: Model): void; }; } | undefined, __VLS_expose?: ((exposed: { searchQuery: string; }) => void) | undefined, __VLS_setup?: Promise<{ props: { color?: ColorType | undefined; readonly onChange?: ((pl: Option) => any) | undefined; options?: Option[] | undefined; modelValue?: Model | undefined; readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined; dataTestName?: string | undefined; config?: Config | undefined; inputPlaceholder?: string | undefined; } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps; expose(exposed: { searchQuery: string; }): void; attrs: any; slots: {}; emit: { (e: 'change', pl: Option): void; (e: 'update:modelValue', pl: Model): void; }; }>) => import("vue").VNode & { __ctx?: { props: { color?: ColorType | undefined; readonly onChange?: ((pl: Option) => any) | undefined; options?: Option[] | undefined; modelValue?: Model | undefined; readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined; dataTestName?: string | undefined; config?: Config | undefined; inputPlaceholder?: string | undefined; } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps; expose(exposed: { searchQuery: string; }): void; attrs: any; slots: {}; emit: { (e: 'change', pl: Option): void; (e: 'update:modelValue', pl: Model): void; }; } | undefined; }; export default _default; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {};