import { UIElement } from "../ui-element.js"; import { PropertyValues } from "@videojs/element"; //#region src/ui/slider/thumb.d.ts declare class SliderThumbElement extends UIElement { #private; static readonly tagName = "media-slider-thumb"; connectedCallback(): void; disconnectedCallback(): void; protected update(_changed: PropertyValues): void; } //#endregion export { SliderThumbElement }; //# sourceMappingURL=thumb.d.ts.map