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