import type { PropType } from 'vue'; import type { TSelectProps } from './TSelect.types'; export declare const TSelect: import("vue").DefineComponent; disabled: PropType; leftIcon: PropType; label: PropType; placeholder: PropType; helperText: PropType; value: { type: PropType; default: null; }; modelValue: { type: PropType; default: null; }; fullWidth: PropType; id: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "blur" | "focus" | "change" | "update:modelValue")[], "input" | "blur" | "focus" | "change" | "update:modelValue", import("vue").PublicProps, Readonly; disabled: PropType; leftIcon: PropType; label: PropType; placeholder: PropType; helperText: PropType; value: { type: PropType; default: null; }; modelValue: { type: PropType; default: null; }; fullWidth: PropType; id: PropType; }>> & Readonly<{ onFocus?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onInput?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { value: string | number | boolean | object | Date | unknown[] | ((...args: unknown[]) => unknown) | null | undefined; modelValue: string | number | boolean | object | Date | unknown[] | ((...args: unknown[]) => unknown) | null | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TSelect.d.ts.map