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