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