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