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