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