import React from 'react'; export type OAuthRequestDialogClassKey = 'dialog' | 'title' | 'contentList' | 'actionButtons'; export declare function OAuthRequestDialog(_props: {}): React.JSX.Element;