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