export declare const pluginNS = "mCustomScrollbar", pluginPfx = "mCS"; export declare function generateInstance(): number; export declare const oldIE: number; export declare let touchActive: boolean; export declare function updateTouchActive(active: boolean): void; export declare let touchable: 1 | 0; export declare function updateTouchable(enable: boolean): void; export declare const classMap: { dragger: { onDrag: string; container: string; }; scrollTools: { onDrag: string; }; img: { loaded: string; }; disabled: string; destroyed: string; noScrollBar: { all: string; x: string; y: string; }; autoHide: string; rtl: string; hidden: { x: string; y: string; }; button: { up: string; down: string; left: string; right: string; }; };