import { ThumbnailElement } from "../thumbnail/element.js"; import { PropertyValues } from "@videojs/element"; //#region src/ui/slider/thumbnail.d.ts /** * `` whose `time` follows the slider pointer. Left empty, it draws an image of its own; supply an * `` child to compose overlays or loading indicators beside the image it controls. */ declare class SliderThumbnailElement extends ThumbnailElement { #private; static readonly tagName = "media-slider-thumbnail"; protected update(changed: PropertyValues): void; } //#endregion export { SliderThumbnailElement }; //# sourceMappingURL=thumbnail.d.ts.map