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