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