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