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