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