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