import { Font } from 'devextreme/viz/core/base_widget';
import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiConstantLineComponent extends CollectionNestedOption {
    get color(): string;
    set color(value: string);
    get dashStyle(): string;
    set dashStyle(value: string);
    get displayBehindSeries(): boolean;
    set displayBehindSeries(value: boolean);
    get extendAxis(): boolean;
    set extendAxis(value: boolean);
    get label(): {
        font?: Font;
        horizontalAlignment?: string;
        position?: string;
        text?: string | undefined;
        verticalAlignment?: string;
        visible?: boolean;
    } | {
        font?: Font;
        text?: string | undefined;
        visible?: boolean;
    };
    set label(value: {
        font?: Font;
        horizontalAlignment?: string;
        position?: string;
        text?: string | undefined;
        verticalAlignment?: string;
        visible?: boolean;
    } | {
        font?: Font;
        text?: string | undefined;
        visible?: boolean;
    });
    get paddingLeftRight(): number;
    set paddingLeftRight(value: number);
    get paddingTopBottom(): number;
    set paddingTopBottom(value: number);
    get value(): Date | number | string | undefined;
    set value(value: Date | number | string | undefined);
    get width(): number;
    set width(value: number);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiConstantLineComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiConstantLineComponent, "dxi-constant-line", never, { "color": "color"; "dashStyle": "dashStyle"; "displayBehindSeries": "displayBehindSeries"; "extendAxis": "extendAxis"; "label": "label"; "paddingLeftRight": "paddingLeftRight"; "paddingTopBottom": "paddingTopBottom"; "value": "value"; "width": "width"; }, {}, never, never>;
}
export declare class DxiConstantLineModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiConstantLineModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiConstantLineModule, [typeof DxiConstantLineComponent], never, [typeof DxiConstantLineComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiConstantLineModule>;
}
