import { IconProps } from '../lib';
declare function GithubLogo(props: IconProps): JSX.Element;
export default GithubLogo;
