// ag-grid-iux-enterprise v1.0.0 import { Component } from 'ag-grid-iux-community'; export declare class NameValueComp extends Component { private key; private defaultValue; private gridOptionsWrapper; private context; private static TEMPLATE; private props; private eLabel; private eValue; constructor(key: string, defaultValue: string); protected postConstruct(): void; setValue(value: any): void; }