import React from "react";
interface Props extends React.SVGProps<SVGElement> {
  size?: number | string;
}
declare const JupyterOriginalWordmarkIcon: React.FunctionComponent<Props>;
export default JupyterOriginalWordmarkIcon;