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