import React from 'react'; import { type AnalyticsWithDurationProps, type ProfilecardProps } from '../../types'; export declare const ProfileCardDetails: (props: ProfilecardProps & AnalyticsWithDurationProps) => React.JSX.Element;