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