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