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