import { DashStyle, Font } from 'devextreme/common/charts'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiPolarChartConstantLineComponent extends CollectionNestedOption { get color(): string; set color(value: string); get dashStyle(): DashStyle; set dashStyle(value: DashStyle); get displayBehindSeries(): boolean; set displayBehindSeries(value: boolean); get extendAxis(): boolean; set extendAxis(value: boolean); get label(): { font?: Font; text?: string | undefined; visible?: boolean; }; set label(value: { font?: Font; text?: string | undefined; visible?: boolean; }); 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; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiPolarChartConstantLineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }