import type { IdentityType } from "./identityType"; import type { LinksCollection } from "./linksCollection"; export declare class AuthenticationProviderElement { CSSLinks: string[]; FormsLoginEnabled: boolean; IdentityType: keyof typeof IdentityType; JavascriptLinks: string[]; Links: LinksCollection<{}>; Name: string; }