import React from "react"; import type { IconType } from "./Icon/types"; declare function DocumentEdit(props: IconType): React.JSX.Element; export default DocumentEdit;