import { EventEmitter } from '@angular/core'; import { L10nLocale } from 'angular-l10n'; import * as i0 from "@angular/core"; /** * @deprecated since v11. Use directives and components provided by {@link TerraFilterModule} instead. * * @author mkunze * @description This component provides the default template and functionality to display form fields which are supposed to set filters */ export declare class FilterComponent { _locale: L10nLocale; /** * @description Notifies when the search button has been clicked or the enter key has been pressed. */ search: EventEmitter; /** * @description Notifies when the reset button has been clicked */ reset: EventEmitter; constructor(_locale: L10nLocale); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }