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