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