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