import { VideoElement } from '../providers/video/VideoElement'; declare global { interface HTMLElementTagNameMap { 'vds-video': VideoElement; } } //# sourceMappingURL=vds-video.d.ts.map