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