import { InputField } from "@hpcc-js/common"; import { XYAxis } from "./XYAxis.ts"; import "../src/HexBin.css"; export declare class HexBin extends XYAxis { static __inputs: InputField[]; protected _hexbin: any; protected _dataMinWeight: any; protected _dataMaxWeight: any; constructor(); xPos(host: XYAxis, d: any): any; yPos(host: XYAxis, d: any): any; layerUpdate(host: XYAxis, element: any, duration?: number): void; exit(domNode: any, element: any): void; click(row: object[], column: any, selected: any): void; dblclick(row: object[], column: any, selected: any): void; } export interface HexBin { tooltip: any; tooltipHTML(_: any): string; tooltipFormat(_: any): string; tooltipValueFormat(_: any): string; tooltipValueFormat_default(_: any): string; paletteID(): string; paletteID(_: string): this; useClonedPalette(): boolean; useClonedPalette(_: boolean): this; binSize(): number; binSize(_: number): this; }