import { BagelInputShellProps } from './bagelInputShell'; type __VLS_Props = { id?: string; label?: string; modelValue?: string; placeholder?: string; excludeCountries?: string[]; onlyCountries?: string[]; required?: boolean; disabled?: boolean; underlined?: boolean; error?: string; } & BagelInputShellProps; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { input: (...args: any[]) => void; paste: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; focus: (...args: any[]) => void; keydown: (...args: any[]) => void; blur: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onInput?: ((...args: any[]) => any) | undefined; onPaste?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onKeydown?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { searchInput: import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDebounce?: ((...args: any[]) => any) | undefined; }>, { focus: () => void | undefined; hasFocus: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; debounce: (...args: any[]) => void; }, import('vue').PublicProps, { type: string; modelValue: string | number; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { input: HTMLTextAreaElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDebounce?: ((...args: any[]) => any) | undefined; }>, { focus: () => void | undefined; hasFocus: () => boolean; }, {}, {}, {}, { type: string; modelValue: string | number; }> | null; inputRef: HTMLInputElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=TelInput.vue.d.ts.map