import { UniPlayerConfig } from '../UniPlayer'; import { El, ToolConst, UniCallBack } from '../UniPlayer'; declare const render: (container: HTMLElement, config: UniPlayerConfig, callbacks: UniCallBack) => { el: El; toolConst: ToolConst; }; export default render;