export declare function JSONSwitcher({ title, viewCode, setViewCode }: { title: string; viewCode: boolean; setViewCode: (value: boolean) => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=JSONSwitcher.d.ts.map