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