import type { IconProps, IconComponent } from "../../types";
interface GithubProps extends IconProps {
    type?: "wordmark" | "icon";
}
export declare const Github: IconComponent<GithubProps>;
export default Github;
