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