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