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