import { ProfileEntity } from './profile.entity'; import { ProfileViewProps } from './interfaces/profile.view-props'; export declare function ProfileDefaultView(props: ProfileViewProps): import("react/jsx-runtime").JSX.Element;