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