import React from "react";
import { IconProps } from "./Icon";
export declare function GitHubIcon(props: IconProps): React.JSX.Element;
