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