import React from 'react'; declare function TextAutocomplete({ allOptions, showOptions, onSelect, onHide, onInputFocus, value, containerRef, responsiveStyles, listItemRef, children }: { allOptions: string[]; showOptions: boolean; onSelect: (a: string) => void; onHide: () => void; onInputFocus: () => void; value: string; containerRef?: React.RefObject; responsiveStyles: any; listItemRef: any; children: any; }): any; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=TextAutocomplete.d.ts.map