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