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