import { forwardRef, SVGProps } from 'react'; export interface ImageSearchProps extends Omit, 'css'> {} export const ImageSearch = forwardRef((props, ref) => ( )); ImageSearch.displayName = 'ImageSearch';