import type { AuthenticationPageProps } from '@staticcms/core'; import type { FC } from 'react'; import './AuthenticationPage.css'; declare const GitHubAuthenticationPage: FC; export default GitHubAuthenticationPage;