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