import * as React from 'react';
export interface IIconSvgGithubProps {
    color?: string;
    size?: number;
}
declare const IconSvgGithub: React.FC<IIconSvgGithubProps>;
export default IconSvgGithub;
