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