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