export declare const ProfileNotFoundView: ({ onClickSearch, horizontalLayout }: { onClickSearch: any; horizontalLayout?: boolean; }) => JSX.Element; export default ProfileNotFoundView;