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