/// /// import React from 'react'; import { ThemeProps } from '../theme'; import { LocaleProps } from '../locale'; export interface SearchBoxProps extends ThemeProps, LocaleProps { name?: string; disabled?: boolean; mini?: boolean; searchImediately?: boolean; onChange?: (text: string) => void; placeholder?: string; defaultValue?: string; value?: string; active?: boolean; defaultActive?: boolean; onActiveChange?: (active: boolean) => void; onSearch?: (value: string) => void; onCancel?: () => void; } export declare class SearchBox extends React.Component { inputRef: React.RefObject; static defaultProps: { mini: boolean; searchImediately: boolean; }; lazyEmitSearch: import("lodash").DebouncedFunc<() => void>; componentWillUnmount(): void; handleActive(): void; handleCancel(): void; handleChange(e: React.ChangeEvent): void; handleSearch(): void; handleKeyDown(e: React.KeyboardEvent): void; render(): JSX.Element; } declare const _default: { new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, "value" | "name" | "active" | "disabled" | "locale" | "translate" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "mini" | "searchImediately" | "defaultActive" | "onCancel"> & import("../theme").ThemeOutterProps>, nextState: Readonly<{}>, nextContext: any): void; }; displayName: string; contextType: React.Context; ComposedComponent: { new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; }; displayName: string; contextType: React.Context; ComposedComponent: typeof SearchBox; } & import("hoist-non-react-statics").NonReactStatics & { ComposedComponent: typeof SearchBox; }; } & import("hoist-non-react-statics").NonReactStatics<{ new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; }; displayName: string; contextType: React.Context; ComposedComponent: typeof SearchBox; } & import("hoist-non-react-statics").NonReactStatics & { ComposedComponent: typeof SearchBox; }, {}> & { ComposedComponent: { new (props: (Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }) | Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: Pick, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, "classPrefix" | "className" | "classnames" | "theme" | "value" | "name" | "active" | "disabled" | "defaultValue" | "placeholder" | "onChange" | "onSearch" | "onActiveChange" | "defaultActive" | "onCancel"> & Partial, "mini" | "searchImediately">> & Partial> & { locale?: string | undefined; translate?: ((str: string, ...args: any[]) => string) | undefined; }>, nextState: Readonly<{}>, nextContext: any): void; }; displayName: string; contextType: React.Context; ComposedComponent: typeof SearchBox; } & import("hoist-non-react-statics").NonReactStatics & { ComposedComponent: typeof SearchBox; }; }; export default _default;