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