import { PathRouteProps } from 'react-router-dom';
declare const CLONE_PATH = "/content-manager/:collectionType/:slug/clone/:origin";
declare const LIST_PATH = "/content-manager/collection-types/:slug";
declare const routes: PathRouteProps[];
export { routes, CLONE_PATH, LIST_PATH };
