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