import { FunctionComponent } from 'react'; export type KeyValueType = Record; interface KeyValueProps { propName: string; initialModel?: KeyValueType; onChange: (model: KeyValueType) => void; disabled?: boolean; isOrdered?: boolean; } export declare const IndexedValue: FunctionComponent; export {}; //# sourceMappingURL=IndexedValue.d.ts.map