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