import { OnInit } from '@angular/core'; import { BaseFilterComponent } from '../common/model/base-filter-component'; import { IPepSmartFilterOperator } from '../common/model/operator'; import { IPepOption } from '@pepperi-addons/ngx-lib'; import { IPepSmartFilterDataValue } from '../common/model/filter'; import * as i0 from "@angular/core"; export declare class PepTextFilterComponent extends BaseFilterComponent implements OnInit { PepSmartFilterVariableOperators: { EqualsToVariable: IPepSmartFilterOperator; NotEqualsToVariable: IPepSmartFilterOperator; LessThanVariable: IPepSmartFilterOperator; GreaterThanVariable: IPepSmartFilterOperator; DateRangeVariable: IPepSmartFilterOperator; }; chooseTypeOptions: Array; operatorWidth: string; firstControlWidth: string; ngOnInit(): void; getDefaultOperator(): IPepSmartFilterOperator; getFilterValue(): IPepSmartFilterDataValue; loadOperatorsOptions(): void; setFieldsStateAndValidators(): void; onOperatorChanged(value: string): void; onVariableChanged(value: any): void; onValueChanged(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }