import { type PathRouteProps } from 'react-router-dom';
/**
 * These routes will be merged with the rest of the Content Manager routes
 */
declare const routes: PathRouteProps[];
export { routes };
