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