import * as React from 'react'; import type { PropsWithChildren } from 'react'; import './UserProfile.css'; export declare const UserProfileContainer: ({ children }: PropsWithChildren) => React.JSX.Element;