export declare const Server: ({ ssr }: {
    ssr: any;
}) => import("react/jsx-runtime").JSX.Element;
