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