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