import { IconType, ValidateInputBaseT } from '../../..'; import { BagelInputShellProps } from './bagelInputShell'; export interface EmailInputProps extends ValidateInputBaseT, BagelInputShellProps { id?: string; title?: string; helptext?: string; name?: string; placeholder?: string; modelValue?: string; label?: string; small?: boolean; required?: boolean; pattern?: string; defaultValue?: string; shrink?: boolean; underlined?: boolean; disabled?: boolean; nativeInputAttrs?: { [key: string]: any; }; icon?: IconType; iconStart?: IconType; autocomplete?: string; autofocus?: boolean; error?: string; onFocusout?: (e: FocusEvent) => void; onFocus?: (e: FocusEvent) => void; autocorrect?: boolean; serverValidate?: boolean; preventFakeEmails?: boolean; formatValidation?: boolean; } declare const _default: import('vue').DefineComponent void | undefined; hasFocus: () => boolean; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; debounce: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDebounce?: ((...args: any[]) => any) | undefined; }>, { pattern: string; modelValue: string; autocorrect: boolean; serverValidate: boolean; preventFakeEmails: boolean; formatValidation: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { input: HTMLInputElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=EmailInput.vue.d.ts.map