import { KeystoneOAuth } from '../types';
export default function NextAuthPage(props: KeystoneOAuth): any;
export declare const getNextAuthPage: (props: KeystoneOAuth) => () => any;
