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