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