import React from 'react'; import { IndexProps } from './types'; declare const EditView: React.FC; export default EditView;