declare type AppEditProfileViewProps = any; declare const AppEditProfileView: (props: AppEditProfileViewProps) => any; export default AppEditProfileView;