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