import { NestedOptionHost } from 'devextreme-angular/core';
import { DxiChartAnnotationConfig } from './base/chart-annotation-config-dxi';
import * as i0 from "@angular/core";
export declare class DxiAnnotationComponent extends DxiChartAnnotationConfig {
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiAnnotationComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiAnnotationComponent, "dxi-annotation", never, { "allowDragging": "allowDragging"; "argument": "argument"; "arrowLength": "arrowLength"; "arrowWidth": "arrowWidth"; "axis": "axis"; "border": "border"; "color": "color"; "customizeTooltip": "customizeTooltip"; "data": "data"; "description": "description"; "font": "font"; "height": "height"; "image": "image"; "name": "name"; "offsetX": "offsetX"; "offsetY": "offsetY"; "opacity": "opacity"; "paddingLeftRight": "paddingLeftRight"; "paddingTopBottom": "paddingTopBottom"; "series": "series"; "shadow": "shadow"; "template": "template"; "text": "text"; "textOverflow": "textOverflow"; "tooltipEnabled": "tooltipEnabled"; "tooltipTemplate": "tooltipTemplate"; "type": "type"; "value": "value"; "width": "width"; "wordWrap": "wordWrap"; "x": "x"; "y": "y"; "location": "location"; "angle": "angle"; "radius": "radius"; "coordinates": "coordinates"; }, {}, never, never>;
}
export declare class DxiAnnotationModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiAnnotationModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiAnnotationModule, [typeof DxiAnnotationComponent], never, [typeof DxiAnnotationComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiAnnotationModule>;
}
