import { I18nTextMixin as I18nTextMixin$1 } from "../../i18n/text-mixin.js"; import { ReactiveElement } from "@videojs/element"; //#region src/ui/text/element.d.ts declare const I18nTextMixin: I18nTextMixin$1; declare const TextElement_base: import("@videojs/utils/types").Constructor & typeof ReactiveElement; declare class TextElement extends TextElement_base { static readonly tagName = "media-text"; } //#endregion export { I18nTextMixin, TextElement as MediaTextElement, TextElement }; //# sourceMappingURL=element.d.ts.map