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