import type { Components, JSX } from "../types/components"; interface RuxIconModeComment extends Components.RuxIconModeComment, HTMLElement {} export const RuxIconModeComment: { prototype: RuxIconModeComment; new (): RuxIconModeComment; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;