import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function GithubIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { GithubIcon, GithubIcon as default };
//# sourceMappingURL=Github.d.ts.map