import type { Components, JSX } from "../types/components"; interface RuxIconStop extends Components.RuxIconStop, HTMLElement {} export const RuxIconStop: { prototype: RuxIconStop; new (): RuxIconStop; };