import { IconProps } from '../lib';
declare function Crop(props: IconProps): JSX.Element;
export default Crop;
