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