import type { Components, JSX } from "../types/components"; interface RuxIconComment extends Components.RuxIconComment, HTMLElement {} export const RuxIconComment: { prototype: RuxIconComment; new (): RuxIconComment; };