/// <reference types="react" />
export default function AppServer({ children }: {
    children: React.ReactNode;
}): import("react").ReactNode;
