import { EditContentProps } from './interface';
export default function EditContent(props: EditContentProps): JSX.Element;
