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