import React, { ElementRef } from 'react'; import { MediaPlayerParentFunction, MediaPlayerProps } from './lib'; export type MediaPlayerRefType = ElementRef; export declare const MediaPlayer: React.ForwardRefExoticComponent & React.RefAttributes>;