import { EventEmitter } from "@angular/core"; import { FilterModel } from "./model/filter.model"; import { DatePipe } from "@angular/common"; import { GlobalTermService } from "../../services/globalTerm.service"; import { DateMode } from "../../constants/date-mode-options.constants"; import * as i0 from "@angular/core"; export declare class FilterChipsComponent { filters: FilterModel[]; remove: EventEmitter; openPopUp: EventEmitter; readonly GlobalTermService: GlobalTermService; readonly datePipe: DatePipe; onRemove(filter: FilterModel): void; onTapChip(filter: FilterModel): void; isBooleanTrue(value: any): boolean; getDateFormat(mode: DateMode): string; formatDateValue(value: any, mode: string): string; isDateOrDateRange(value: any): boolean; sortList(list: any[] | string | null | undefined): string[]; getSafeString(value: string | string[] | null | undefined): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }