import React from 'react';
import { LivePlayerProps } from '@bytedance/mona';
declare const LivePlayer: React.FC<LivePlayerProps>;
export default LivePlayer;
