import React from 'react';
export declare type AccessTokenPageProps = {
    title: string;
    body: string | JSX.Element;
};
export declare const AccessTokenPage: React.FunctionComponent<AccessTokenPageProps>;
