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