import { FC } from 'react'; export type DynamicBridgeUserProfileProps = { variant: 'modal' | 'dropdown'; }; export declare const DynamicBridgeUserProfile: FC;