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