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