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