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