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