export declare function FireCMSRouter({ children, basePath }: {
    children: React.ReactNode;
    basePath?: string;
}): import("react/jsx-runtime").JSX.Element;
