import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const SearchIcon: React.MemoExoticComponent>; declare type SearchIconRef = PathIconRef; declare type SearchIconProps = PathIconProps; export { SearchIcon }; export type { SearchIconRef, SearchIconProps }; export default SearchIcon;