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