import { SelectInputProps as TSelectInputProps } from 'tdesign-vue-next'; import { SelectInputProps } from './types'; type __VLS_Props = SelectInputProps & TSelectInputProps; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:value": (...args: any[]) => void; "update:popupVisible": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & 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; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;