import { EventEmitter } from '@angular/core'; import { ListByPage } from 'ngx-bit'; export declare class BitSearchClearDirective { bitSearchClear: ListByPage; reset: any; after: EventEmitter; onClick(): void; }