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