export interface LSystemSettingAuthenticationProps { authentication_password_based: string; authentication_google_client_id: string; authentication_facebook_app_id: string; authentication_microsoft_client_id: string; authentication_microsoft_tenant_id: string; } declare const __VLS_export: import("vue").DefineComponent void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSubmit?: ((...args: any[]) => any) | undefined; }>, { authentication_password_based: string; authentication_google_client_id: string; authentication_facebook_app_id: string; authentication_microsoft_client_id: string; authentication_microsoft_tenant_id: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;