import { default as React } from 'react';
import { IconProps } from '../types';
export declare const JupyterIcon: {
    (props: IconProps): React.JSX.Element;
    displayName: string;
};
