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