import './index.less'; import { ControlSearchProps } from './types'; declare const ControlSearch: ({ onSearch, position }: ControlSearchProps) => JSX.Element; export default ControlSearch;