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