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