import type { Components, JSX } from "../types/components"; interface RuxIconCropLandscape extends Components.RuxIconCropLandscape, HTMLElement {} export const RuxIconCropLandscape: { prototype: RuxIconCropLandscape; new (): RuxIconCropLandscape; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;