import type { FC } from 'react';
import type { SearchBarProps } from 'antd-mobile-5/es/components/search-bar/index';
import './index.less';
type NewSearchBarProps = SearchBarProps;
declare const NewSearchBar: FC<NewSearchBarProps>;
export default NewSearchBar;
