import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ loading: { type: BooleanConstructor; default: boolean; }; extraFields: { type: PropType<{ name: string; label: string; validation: ((val: string) => boolean)[]; }[]>; default: () => never[]; }; minPasswordLength: { type: NumberConstructor; default: number; }; identifierField: { type: StringConstructor; required: true; validator: (val: string) => boolean; }; useVerification: { type: BooleanConstructor; default: boolean; }; qForm: { type: ObjectConstructor; }; passwordForgotUrl: { type: StringConstructor; }; }, { form: import("vue").Ref<{ validate: () => Promise; } | undefined>; lang: import("vue").Ref; user: import("vue").Ref>; repeatPassword: import("vue").Ref; validations: import("vue").ComputedRef boolean | string)[]>>; identifierField: import("vue").Ref; showPassword: import("vue").Ref<{ password: boolean; repeatPassword: boolean; }>; passwordForgotUrl: import("vue").Ref; submit: (evt: any) => void; verified: import("vue").Ref; verify: () => boolean; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { submit: null; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly boolean)[]; }[]>; default: () => never[]; }; minPasswordLength: { type: NumberConstructor; default: number; }; identifierField: { type: StringConstructor; required: true; validator: (val: string) => boolean; }; useVerification: { type: BooleanConstructor; default: boolean; }; qForm: { type: ObjectConstructor; }; passwordForgotUrl: { type: StringConstructor; }; }>> & { onSubmit?: ((...args: any[]) => any) | undefined; }, { loading: boolean; minPasswordLength: number; extraFields: { name: string; label: string; validation: ((val: string) => boolean)[]; }[]; useVerification: boolean; }>; export default _default;