import type { CustomPageContent } from '../utils/createCustomPages';
export declare const CustomPageContentContainer: ({ mount, unmount }: Omit<CustomPageContent, "url">) => import("@emotion/react/jsx-runtime").JSX.Element;
