/**
* @packageDocumentation Tv.bundle
*
* This bundle contains HLS playback package with additional TV package
* that adds specific video elements handling to enable playback and seeking
* on some SmartTVs.
*
* ### Tv.bundle used packages
*
*/
import type { HlsBundleApi } from './Hls.bundle';
import type { PlayerConfig } from './Types';
export declare function Player(config: PlayerConfig): import("../../framework-types/framework").WithBaseApi;