import _Search from './search';
import { WithInstallType } from '../shared';
import './style';
import { TdSearchProps } from './type';
export * from './type';
export declare type SearchProps = TdSearchProps;
export declare const Search: WithInstallType<typeof _Search>;
export default Search;
