import { FC } from 'react'; export type EditProfileViewProps = { rootClassName?: string; }; export declare const EditProfileView: FC;