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