import { ReactNode } from 'react';
export type AccessTokenPageProps = {
    title: string;
    body: ReactNode;
};
export declare function AccessTokenPage({ title, body }: AccessTokenPageProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=AccessTokenPage.d.ts.map