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