/// declare type Props = { className?: string; }; declare const GithubIcon: (props: Props) => JSX.Element; export default GithubIcon;