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