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