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