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