import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const CropOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default CropOutlined;
