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