import { VAuthentificationData, VAuthentificationProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_19: {}; type __VLS_Slots = {} & { logo?: (props: typeof __VLS_1) => any; } & { greeting?: (props: typeof __VLS_3) => any; } & { 'language-select'?: (props: typeof __VLS_19) => any; }; declare const __VLS_component: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onAuth?: ((payload: VAuthentificationData) => any) | undefined; }>, { loading: boolean; privacyPolicyUrl: string; forgotPasswordUrl: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VLogin.vue.d.ts.map