import type { Components, JSX } from "../types/components"; interface RuxIconEmail extends Components.RuxIconEmail, HTMLElement {} export const RuxIconEmail: { prototype: RuxIconEmail; new (): RuxIconEmail; };