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