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 { readonly uiKey: string; gridOptions: any; } export declare const NARIK_DATA_TABLE_SELECT_INPUTS: string[];