import React from 'react'; import type { OAuthProviderButtonProps } from '../../../../types/auth'; /*** * Renders a provider-branded OAuth action button without owning auth behavior. * * The component only renders UI and forwards the provider id through `onPress`. * Adapters, redirects, and callback handling belong to app/runtime layers. */ export declare const OAuthProviderButton: (props: OAuthProviderButtonProps) => React.ReactElement | null; //# sourceMappingURL=OAuthProviderButton.d.ts.map