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