import { default as React } from 'react'; import { TVPlayerProps } from './TVPlayerTypes'; export declare const TVPlayer: React.FC;