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