import type { HeaderProps } from './types'; declare const Header: ({ onClose, customBackImageSource, customBackImageStyle, filterString, setFilterString, headerSearchPlaceholder, isSearchInputVisible, renderCustomSearchInput, searchHeaderInputStyle, searchHeaderProps, isCloseButtonVisible, customCloseButton, renderSearchInputClear, }: HeaderProps) => JSX.Element; export default Header;