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