export interface IEditUserProfileComponentProps {
    onCompleted?: () => void;
}
