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