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