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