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