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