import type { PropType } from 'vue'; import type { TComboboxProps } from './TCombobox.types'; export declare const TCombobox: import("vue").DefineComponent; options: { type: PropType; required: true; }; placeholder: { type: PropType; default: string; }; label: PropType; helperText: PropType; disabled: PropType; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "select" | "update:modelValue")[], "input" | "select" | "update:modelValue", import("vue").PublicProps, Readonly; options: { type: PropType; required: true; }; placeholder: { type: PropType; default: string; }; label: PropType; helperText: PropType; disabled: PropType; }>> & Readonly<{ onInput?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { placeholder: string | undefined; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=TCombobox.d.ts.map