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