export type LSystemSettingSecurityProps = { password_contains_uppercase: string; password_contains_lowercase: string; password_contains_numeric: string; password_contains_symbol: string; password_min_length: string; two_factor_authentication: string; auth_lockout_duration: string; auth_lockout_attempts: string; access_token_expire: string; refresh_token_expire?: string; password_expiration: string; password_expiration_duration: string; concurrent_login_disabled: string; webauthn_enabled?: string; skip_route_guard_check?: string; }; declare const __VLS_export: import("vue").DefineComponent void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSubmit?: ((...args: any[]) => any) | undefined; }>, { password_contains_uppercase: string; password_contains_lowercase: string; password_contains_numeric: string; password_contains_symbol: string; password_min_length: string; two_factor_authentication: string; auth_lockout_duration: string; auth_lockout_attempts: string; access_token_expire: string; refresh_token_expire: string; password_expiration: string; password_expiration_duration: string; concurrent_login_disabled: string; webauthn_enabled: string; skip_route_guard_check: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;