export declare const MainNav: ({ activeSection, }: { activeSection?: "blog" | "docs" | "github" | "discord" | "playground" | undefined; }) => import("react/jsx-runtime").JSX.Element;