import React from 'react'; import { type AnalyticsProps, type AnalyticsWithDurationProps, type ProfilecardProps } from '../../types'; export declare const ProfilecardInternal: (props: ProfilecardProps & AnalyticsProps) => React.JSX.Element | null; export declare const LoadingView: ({ fireAnalyticsWithDuration, }: AnalyticsWithDurationProps) => React.JSX.Element; export default ProfilecardInternal;