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