import type { JSX } from 'react'; import type { AuthProviderType } from '@redocly/config'; export type LoginProps = { authIdps?: { idpId: string; type: AuthProviderType; title?: string; }[]; }; export default function (): JSX.Element; //# sourceMappingURL=Login.d.ts.map