import { TemplateResult as TemplateResult$1 } from "../node_modules/lit-html/development/lit-html.js"; import { ControllableInterface } from "./Controllable.js"; import * as _$lit from "lit"; import { LitElement } from "lit"; //#region src/gui/EFTogglePlay.d.ts declare const EFTogglePlay_base: (new (...args: any[]) => { target: string; targetElement: ControllableInterface | null; effectiveContext: ControllableInterface | null; }) & typeof LitElement; declare class EFTogglePlay extends EFTogglePlay_base { static styles: _$lit.CSSResult[]; playing: boolean; get efContext(): ControllableInterface | null; connectedCallback(): void; disconnectedCallback(): void; render(): TemplateResult$1<1>; togglePlay: () => void; private getPlaybackController; } declare global { interface HTMLElementTagNameMap { "ef-toggle-play": EFTogglePlay; } } //#endregion export { EFTogglePlay }; //# sourceMappingURL=EFTogglePlay.d.ts.map