import { FC } from 'react'; export type DynamicUserProfileProps = { variant?: 'modal' | 'dropdown'; }; export declare const DynamicUserProfile: FC; export declare const ShadowedDynamicUserProfile: FC;