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