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