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