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