import { type PropsWithChildren } from "react"; import type { InspectorTab } from "../in-app.js"; export declare function Header({ showClose, onClose, activeTab, onTabChange, children, }: PropsWithChildren<{ showClose?: boolean; onClose?: () => void; activeTab?: InspectorTab; onTabChange?: (tab: InspectorTab) => void; }>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=header.d.ts.map