import { Plot, PlotView } from "./plot"; import type * as p from "../../core/properties"; export declare class FigureView extends PlotView { model: Figure; } export declare namespace Figure { type Attrs = p.AttrsOf; type Props = Plot.Props; } export interface Figure extends Figure.Attrs { } export declare class Figure extends Plot { properties: Figure.Props; __view_type__: FigureView; constructor(attrs?: Partial); } //# sourceMappingURL=figure.d.ts.map