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