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; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiGanttStripLineModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }