import { TimeElement } from '../ui/time/TimeElement'; declare global { interface HTMLElementTagNameMap { 'vds-time': TimeElement; } } //# sourceMappingURL=vds-time.d.ts.map