import { InputField } from "@hpcc-js/common"; import { XYAxis } from "./XYAxis.ts"; export declare class Contour extends XYAxis { static __inputs: InputField[]; protected _dataMinWeight: any; protected _dataMaxWeight: any; constructor(); xPos(host: XYAxis, d: any): any; yPos(host: XYAxis, d: any): any; layerEnter(host: XYAxis, element: any, duration?: number): void; layerUpdate(host: XYAxis, element: any, duration?: number): void; exit(_domNode: any, _element: any): void; } export interface Contour { paletteID(): string; paletteID(_: string): this; useClonedPalette(): boolean; useClonedPalette(_: boolean): this; showContourFill(): boolean; showContourFill(_: boolean): this; showContour(): boolean; showContour(_: boolean): this; contourBandwidth(): number; contourBandwidth(_: number): this; contourStrokeColor(): string; contourStrokeColor(_: string): this; contourStrokeWidth(): number; contourStrokeWidth(_: number): this; }