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