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