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