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