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