import React, { ElementRef } from 'react'; import { FilePlayerProps, MediaPlayerParentFunction } from '../lib'; export type FileAudioPlayerRefType = ElementRef; export type FileAudioPlayerParentFunction = MediaPlayerParentFunction; export declare const FileAudiPlayer: React.ForwardRefExoticComponent>;