export declare class TouchSynchronizer { private static listeners; static touchStarted: (ref: HTMLElement) => void; static touchMovePropagationBlocked: (ref: HTMLElement) => void; static touchEndPropatationBlocked: (ref: HTMLElement) => void; static touchEnded: (ref: HTMLElement) => void; }