import { FC } from "react";
interface EditIconProps {
}
declare const EditIcon: FC<EditIconProps>;
export default EditIcon;
