import { ReactElement } from 'react'; import { StatefulSearchProps } from './types'; export declare const StatefulSearch: ({ initialState, onChange, ...restProps }: StatefulSearchProps) => ReactElement;