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