import type { AuthenticationPageProps } from '@staticcms/core'; import type { FC } from 'react'; declare const GitLabAuthenticationPage: FC; export default GitLabAuthenticationPage;