declare class HammerManagerMock { get: () => any; set: () => this; on: () => this; off: () => this; destroy: () => this; emit: () => this; } export declare const Manager: typeof HammerManagerMock; declare const _default: any; export default _default;