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