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