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