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