import { NestedOptionHost } from 'devextreme-angular/core';
import { CollectionNestedOption } from 'devextreme-angular/core';
import * as i0 from "@angular/core";
export declare class DxiGanttStripLineComponent extends CollectionNestedOption {
    get cssClass(): string | undefined;
    set cssClass(value: string | undefined);
    get end(): Date | (() => Date | number | string) | number | string | undefined;
    set end(value: Date | (() => Date | number | string) | number | string | undefined);
    get start(): Date | (() => Date | number | string) | number | string | undefined;
    set start(value: Date | (() => Date | number | string) | number | string | undefined);
    get title(): string | undefined;
    set title(value: string | undefined);
    protected get _optionPath(): string;
    constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiGanttStripLineComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DxiGanttStripLineComponent, "dxi-gantt-strip-line", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "end": { "alias": "end"; "required": false; }; "start": { "alias": "start"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
}
export declare class DxiGanttStripLineModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<DxiGanttStripLineModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<DxiGanttStripLineModule, never, [typeof DxiGanttStripLineComponent], [typeof DxiGanttStripLineComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<DxiGanttStripLineModule>;
}
