import { El, ToolConst, UniPlayerConfig, UniCallBack } from '../UniPlayer'; export declare const toogleBarScale: (bar: HTMLElement, hide: boolean, transtion?: boolean) => void; export default function bindToolbarEvents(el: El, toolConst: ToolConst, config: UniPlayerConfig, callbacks: UniCallBack): void;