export interface LLoginProps { company: string; companyLogo: string; twoFactorAuthentication: boolean; passwordBasedEnabled: boolean; googleClientId?: string; microsoftClientId?: string; microsoftTenantId?: string; facebookAppId?: string; forgetPasswordEnabled: boolean; webAuthnEnabled: boolean; } declare const __VLS_export: import("vue").DefineComponent void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onLogin?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;