import React from "react";
import { PlayerProps } from "./utils/types";
declare const VPlayer: React.FC<PlayerProps>;
export { PlayerProps };
export default VPlayer;
