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