type ReviewerDashboardProps = {
    /** Used to determine the base path for the component. Default is RequestHistory:default */
    routerBaseName?: string;
    /** If true use a MemoryRouter, which prevents the browser URL from updating. For demo/test purposes only. */
    useMemoryRouter?: boolean;
};
/**
 * Component that renders User Access Request history table & submission page. Handles routing internally.
 */
export declare function UserAccessRequestHistoryPlace(props: ReviewerDashboardProps): import("react/jsx-runtime").JSX.Element;
export default UserAccessRequestHistoryPlace;
//# sourceMappingURL=UserAccessRequestHistoryPlace.d.ts.map