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