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