import { EventEmitter, OnInit } from '@angular/core'; import { ColDef, ColumnApi, FilterChangedEvent, GridApi, GridReadyEvent, SortChangedEvent } from 'ag-grid-community'; import { Observable } from 'rxjs'; import { DocumentNode } from 'graphql'; import { AgToolsService } from '../../services/ag-tools.service'; import { Apollo } from 'apollo-angular'; import * as i0 from "@angular/core"; export declare class LookupSearchComponent implements OnInit { private apollo; private agToolsService; frameworkComponents: any; query: DocumentNode; seletectedEvent: EventEmitter; items$: Observable; columnsDef: ColDef[]; defaultColDef: ColDef; gridApi: GridApi; gridColumnApi: ColumnApi; pageSize: number; pageInfo: any; private subject; isEmpty: (value?: any) => boolean; constructor(apollo: Apollo, agToolsService: AgToolsService); ngOnInit(): void; localeTextFunc: (key: string, defaultValue: string) => any; fit: () => void; resetFilter: () => void; onGridReady: (params: GridReadyEvent) => void; sortChanged: ($event: SortChangedEvent) => void; filterChanged: ($event: FilterChangedEvent) => void; paginate: (event: any) => void; select: (row: any) => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }