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