import { MediaPlayerConstructor } from './MediaPlayer'; export declare class MediaPlayerFactory { static get(): MediaPlayerConstructor; }