import { CMSView } from "../types";
export declare function CustomCMSRoute({ cmsView }: {
    cmsView: CMSView;
}): import("react").ReactNode;
