import { LocoKitMessage } from '@locokit/definitions'; declare const _default: import('vue').DefineComponent<{ /** 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; /** Route to the sign-in form. */ signInRoute?: string; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { submit: (email: string) => any; }, string, import('vue').PublicProps, Readonly<{ /** 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; /** Route to the sign-in form. */ signInRoute?: string; }> & Readonly<{ onSubmit?: ((email: string) => any) | undefined; }>, { loading: boolean; signInRoute: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;