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