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