import React from "react"; /** * crop.svg */ declare const CropIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default CropIcon;