import { UIElement } from "../ui-element.js"; import { PropertyValues } from "@videojs/element"; //#region src/ui/time-slider/chapter-title.d.ts /** Displays the chapter title at the current pointer or keyboard position. */ declare class TimeSliderChapterTitleElement extends UIElement { #private; static readonly tagName = "media-time-slider-chapter-title"; protected update(_changed: PropertyValues): void; } //#endregion export { TimeSliderChapterTitleElement }; //# sourceMappingURL=chapter-title.d.ts.map