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