import { type LazyExoticComponent } from 'react'; import type { ProfilecardProps, AnalyticsProps } from '../../types'; export declare const ProfileCardLazy: LazyExoticComponent<(props: ProfilecardProps & AnalyticsProps) => React.JSX.Element | null>;