import React from "react"; import { IconProps } from "./Icon.js"; export declare function GitHubIcon({ size, color, className, onClick, style }: IconProps): React.JSX.Element;