import './Search.scss'; import { SearchProps } from './types'; declare const Search: ({ placeholder, onSearch, disabled, width, }: SearchProps) => import("react/jsx-runtime").JSX.Element; export default Search;