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