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