import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const EditIcon: FC; export default EditIcon;