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