export declare const SelectInput: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; "onUpdate:popupVisible"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:value": (...args: any[]) => void; "update:popupVisible": (...args: any[]) => void; }, import('vue').PublicProps, { value: string & import('tdesign-vue-next').SelectInputValue; placeholder: string; options: { label: string; value: string; }[]; popupVisible: boolean; clearable: boolean; filterable: boolean; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; "onUpdate:popupVisible"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { value: string & import('tdesign-vue-next').SelectInputValue; placeholder: string; options: { label: string; value: string; }[]; popupVisible: boolean; clearable: boolean; filterable: boolean; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; "onUpdate:popupVisible"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:value": (...args: any[]) => void; "update:popupVisible": (...args: any[]) => void; }, string, { value: string & import('tdesign-vue-next').SelectInputValue; placeholder: string; options: { label: string; value: string; }[]; popupVisible: boolean; clearable: boolean; filterable: boolean; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & (import('vue').VNodeProps & (import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin)); export default SelectInput; export * from './types';