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