import { OnInit } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { NarikSelect } from './narik-select.component'; export declare class NarikDataTableSelect extends NarikSelect implements ControlValueAccessor, OnInit { _gridOptions: any; get uiKey(): string; set gridOptions(value: any); get gridOptions(): any; } export declare const NARIK_DATA_TABLE_SELECT_INPUTS: string[];