/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ColumnBase } from '@progress/kendo-angular-treelist';
import * as i0 from "@angular/core";
/**
 * The base class for the column components of the Gantt.
 */
export declare class GanttColumnBase extends ColumnBase {
    static ɵfac: i0.ɵɵFactoryDeclaration<GanttColumnBase, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GanttColumnBase, "kendo-gantt-column-base", never, {}, {}, never, never, false, never>;
}
