import { PipelinePropertiesPanelComponent } from '@onepoint-yap/dashboard/pipeline'; import * as i0 from "@angular/core"; export declare class FilterComponent extends PipelinePropertiesPanelComponent { ref: { [key: string]: string[]; }; operators: string[]; inputType: string; constructor(); changeAttribute($event: any): void; getType(type: string): "text" | "number" | "date"; changeOperator($event: any): void; changeValue($event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }