import React from "react"; import { SimpleListProps } from "./SimpleListProps"; import { SimpleListState } from "./SimpleListState"; export declare class SimpleList extends React.Component { constructor(props: SimpleListProps); private onAdd; private onUpdate; private onRemove; render(): JSX.Element; }