/// import type { AuthProviderType } from '../../../../shared/types/global-data'; export type LoginProps = { authIdps?: { idpId: string; type: AuthProviderType; title?: string; }[]; loginUrls?: Record; }; export default function (): JSX.Element; //# sourceMappingURL=Login.d.ts.map