import { LocoKitMessage } from '@locokit/definitions'; declare const _default: import('vue').DefineComponent<{ /** The user's current email address. */ currentEmail?: string; /** Is the form loading? `true` to put it in loading state. */ loading?: boolean; /** A message to display into the form, just above the buttons. */ message?: LocoKitMessage; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { submit: (form: { newEmail: string; password: string; }) => any; }, string, import('vue').PublicProps, Readonly<{ /** The user's current email address. */ currentEmail?: string; /** Is the form loading? `true` to put it in loading state. */ loading?: boolean; /** A message to display into the form, just above the buttons. */ message?: LocoKitMessage; }> & Readonly<{ onSubmit?: ((form: { newEmail: string; password: string; }) => any) | undefined; }>, { loading: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;