import { Component } from "react"; import { SimpleSearchInlineFormProps } from "./SimpleSearchInlineFormProps"; import { SimpleSearchInlineFormState } from "./SimpleSearchInlineFormState"; export declare class SimpleSearchInlineForm extends Component { constructor(props: SimpleSearchInlineFormProps); onUpdate(value: any): void; render(): JSX.Element; }