import { IconDefinition } from '../types';
declare const SearchOutlined: IconDefinition;
export default SearchOutlined;
