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