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