import { FC } from 'react'; import { Theme } from '../theme'; declare const GitHubStarButton: FC<{ theme: Theme; }>; export default GitHubStarButton;