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