import React, { ElementRef } from 'react'; import { FilePlayerProps, MediaPlayerParentFunction } from '../lib'; export type FilePlayerRefType = ElementRef; export type FilePlayerParentFunction = MediaPlayerParentFunction; export declare const FilePlayer: React.ForwardRefExoticComponent>;