import { EventEmitter, OnInit } from '@angular/core'; import { NgModel } from '@angular/forms'; import { ListByPage } from 'ngx-bit'; export declare class BitSearchChangeDirective implements OnInit { private model; bitSearchChange: ListByPage; after: EventEmitter; constructor(model: NgModel); ngOnInit(): void; }