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