import { CountrySelectionProps } from '../types'; import { CountryCode } from 'libphonenumber-js'; import { QSelectProps, ValidationRule } from 'quasar'; declare function __VLS_template(): Partial any>> & Partial any>>; declare const __VLS_component: import('vue').DefineComponent & { modelValue: string | number; dropdownOptions?: QSelectProps; country?: Lowercase | CountryCode; dialCode?: string; useEmoji?: boolean; invalidMessage?: string | false; rules?: ValidationRule[]; dense?: boolean; readonly?: boolean; disable?: boolean; outputFormatted?: boolean; }>, { rules: () => never[]; invalidMessage: string; }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { country: (...args: any[]) => void; "update:country": (...args: any[]) => void; "update:model-value": (...args: any[]) => void; "update:dial-code": (...args: any[]) => void; "update:valid": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & { modelValue: string | number; dropdownOptions?: QSelectProps; country?: Lowercase | CountryCode; dialCode?: string; useEmoji?: boolean; invalidMessage?: string | false; rules?: ValidationRule[]; dense?: boolean; readonly?: boolean; disable?: boolean; outputFormatted?: boolean; }>, { rules: () => never[]; invalidMessage: string; }>>> & Readonly<{ onCountry?: ((...args: any[]) => any) | undefined; "onUpdate:country"?: ((...args: any[]) => any) | undefined; "onUpdate:model-value"?: ((...args: any[]) => any) | undefined; "onUpdate:dial-code"?: ((...args: any[]) => any) | undefined; "onUpdate:valid"?: ((...args: any[]) => any) | undefined; }>, { rules: ValidationRule[]; invalidMessage: string | false; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };