import TextPlayer from "./TextPlayer";

export default function (
    config?: TextPlayer.IConfig
): TextPlayer;