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