import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _Github({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const GithubIcon: React.MemoExoticComponent<typeof _Github>;
export {};
//# sourceMappingURL=Github.d.ts.map