import { type FC } from 'react';
import './index.less';
export { Input as SearchInput } from './Input';
export { Mask as SearchMask } from './Mask';
declare const SearchBar: FC;
export default SearchBar;
