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