import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./gantt.module";
export declare const FilterService: ValueProvider;
export declare const SelectionService: ValueProvider;
export declare const SortService: ValueProvider;
export declare const ReorderService: ValueProvider;
export declare const ResizeService: ValueProvider;
export declare const EditService: ValueProvider;
export declare const DayMarkersService: ValueProvider;
export declare const ToolbarService: ValueProvider;
export declare const ContextMenuService: ValueProvider;
export declare const ExcelExportService: ValueProvider;
export declare const RowDDService: ValueProvider;
export declare const ColumnMenuService: ValueProvider;
export declare const PdfExportService: ValueProvider;
export declare const VirtualScrollService: ValueProvider;
export declare const CriticalPathService: ValueProvider;
export declare const UndoRedoService: ValueProvider;
export declare const FreezeService: ValueProvider;
/**
 * NgModule definition for the Gantt component with providers.
 */
export declare class GanttAllModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<GanttAllModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<GanttAllModule, never, [typeof i1.CommonModule, typeof i2.GanttModule], [typeof i2.GanttModule]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<GanttAllModule>;
}
