interface GithubProps { className?: string; } declare const Github: React.FC; export default Github;