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