import type { Components, JSX } from "../types/components"; interface RuxIconRotateLeft extends Components.RuxIconRotateLeft, HTMLElement {} export const RuxIconRotateLeft: { prototype: RuxIconRotateLeft; new (): RuxIconRotateLeft; };