declare type Props = {
    color: string;
};
declare const GithubIcon: ({ color }: Props) => JSX.Element;
export default GithubIcon;
//# sourceMappingURL=GithubIcon.d.ts.map