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