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