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