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