import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Crop: React.FC<IconBaseProps>;
export default Crop;
