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