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