import './Search.scss'; import { SearchProps } from './types'; declare const Search: ({ placeholder, onSearch, disabled, width, value, isExpand, onClose, onExpand, showClose, helperText, showToaster, minLength, isAISearch, isAISearchClicked, handleActiveAiSearch, isClear, handleIsClear, style, }: SearchProps) => import("react/jsx-runtime").JSX.Element; export default Search;