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