import React from 'react'; import type { OAuthProviderListProps } from '../../../../types/auth'; /*** * Renders a group of OAuth provider buttons for sign-in and auth settings flows. */ export declare const OAuthProviderList: (props: OAuthProviderListProps) => React.ReactElement | null; //# sourceMappingURL=OAuthProviderList.d.ts.map