import { FunctionComponent } from 'react';
import { BaseRequestOptionsPropsType } from './_baseRequestOptions';
export type ReportViewerRequestOptionsPropsType = BaseRequestOptionsPropsType & {};
declare const ReportViewerRequestOptions: FunctionComponent<ReportViewerRequestOptionsPropsType>;
export default ReportViewerRequestOptions;
