import { Component } from "react"; import { SimpleListInputProps } from "./SimpleListInputProps"; export declare class SimpleListInput extends Component { onUpdate(value: any): void; render(): false | JSX.Element; }