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