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