import { type TuiLineHandler, type TuiLineType } from '@taiga-ui/addon-charts/types'; import * as i0 from "@angular/core"; export declare const TUI_ALWAYS_DASHED: TuiLineHandler; export declare const TUI_ALWAYS_DOTTED: TuiLineHandler; export declare const TUI_ALWAYS_SOLID: TuiLineHandler; export declare const TUI_ALWAYS_NONE: TuiLineHandler; export declare class TuiAxes { axisX: TuiLineType; axisXLabels: ReadonlyArray; axisY: TuiLineType; axisYInset: boolean; axisYLabels: readonly string[]; axisYName: string; axisYSecondaryInset: boolean; axisYSecondaryLabels: readonly string[]; axisYSecondaryName: string; horizontalLines: number; horizontalLinesHandler: TuiLineHandler; verticalLines: number; verticalLinesHandler: TuiLineHandler; get hasXLabels(): boolean; get hasYLabels(): boolean; get hasYSecondaryLabels(): boolean; fallback(label: string | null): string; protected get centeredXLabels(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }