import React from 'react'; export declare const ProfileCardWrapper: ({ children, testId, }: { children: React.ReactNode; testId?: string; }) => React.JSX.Element;