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