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