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