type ReviewerDashboardProps = {
    /** Used to determine the base path for the component. Default is DataAccessManagement:default */
    routerBaseName?: string;
    /** If true use a MemoryRouter, which prevents the browser URL from updating. For demo purposes only. */
    useMemoryRouter?: boolean;
};
export declare function ReviewerDashboard(props: ReviewerDashboardProps): import("react/jsx-runtime").JSX.Element;
export default ReviewerDashboard;
//# sourceMappingURL=ReviewerDashboard.d.ts.map