import type { SmartSearch } from './PropTypes';
declare const Search: import("react").FC<SmartSearch>;
export { Search };
export { SmartSearch, SmartSearchEvents, SmartSearchExternalClassName, SmartSearchProps, SmartSearchBaseEvent, } from './PropTypes';