import { version } from 'vue-demi';
import TcPlayerComponent from './tccomponents';
interface TcPlayer {
    name: string;
    install: (Vue: any, options?: any) => void;
    [key: string]: any;
}
declare const tcplayerWithInstall: TcPlayer;
export { version, tcplayerWithInstall as tcplayer, tcplayerWithInstall as default, TcPlayerComponent };
