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