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