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