import type { IBarOptions, ILineOptions, IRowOptions } from './types'; export declare const HOVER_COLOR = "rgba(80, 140, 255, 0.05)"; export declare const ROW_OPTIONS: Readonly; export declare const LINE_OPTIONS: Readonly; export declare const BAR_OPTIONS: Readonly;