import { default as React } from 'react';
import { SearchableHistoryProps } from '../../../Field/Dropdown/SearchableHistory';
declare const useSearchableHistory: (props: {
    searchableHistory?: SearchableHistoryProps | SearchableHistoryProps[];
}) => React.ReactElement[] | null;
export default useSearchableHistory;
//# sourceMappingURL=useSearchableHistory.d.ts.map