import { PipeTransform } from '@angular/core'; import { GanttItemType } from './class'; import * as i0 from "@angular/core"; export declare class IsGanttRangeItemPipe implements PipeTransform { transform(value: GanttItemType): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class IsGanttBarItemPipe implements PipeTransform { transform(value: GanttItemType): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class IsGanttCustomItemPipe implements PipeTransform { transform(value: GanttItemType): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }