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