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