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