import type * as p from "@bokehjs/core/properties"; import { Markup } from "@bokehjs/models/widgets/markup"; import { PanelMarkupView } from "./layout"; export declare class JSONView extends PanelMarkupView { model: JSON; connect_signals(): void; render(): void; } export declare const JSONTheme: import("@bokehjs/core/kinds").Kinds.Enum<"light" | "dark">; export declare namespace JSON { type Attrs = p.AttrsOf; type Props = Markup.Props & { css: p.Property; depth: p.Property; hover_preview: p.Property; theme: p.Property; }; } export interface JSON extends JSON.Attrs { } export declare class JSON extends Markup { properties: JSON.Props; constructor(attrs?: Partial); static __module__: string; } //# sourceMappingURL=json.d.ts.map