declare class RadioPlayer extends HTMLElement { [s: string]: any; src: string; constructor(); radioTime(time: number): string; static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; connectedCallback(): void; }