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