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