import type { SearchTextInputProps } from './types'; declare const SearchTextInput: ({ filterString, searchHeaderInputStyle, headerSearchPlaceholder, setFilterString, searchHeaderProps, renderSearchInputClear, }: SearchTextInputProps) => JSX.Element; export default SearchTextInput;