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