import { API } from 'decap-cms-backend-github';
import AwsCognitoGitHubProxyBackend from './implementation';
import AuthenticationPage from './AuthenticationPage';
export declare const DecapCmsBackendAwsCognitoGithubProxy: {
    AwsCognitoGitHubProxyBackend: typeof AwsCognitoGitHubProxyBackend;
    API: typeof API;
    AuthenticationPage: typeof AuthenticationPage;
};
export { AwsCognitoGitHubProxyBackend, API, AuthenticationPage };
