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