export declare const isGecko: boolean; export declare const isWebkit: boolean; export declare const isMsie: boolean; export declare const isMac: boolean; export declare const defer: (fn: any) => void; export declare const debounce: (func: T, wait?: number) => T; export declare const findContainer: (elt: any, offset: any) => { container: any; offsetInContainer: any; }; export declare class EventEmittingClass { private listenerMap; $trigger(eventType: any, ...args: any[]): void; on(eventType: any, listener: any): void; off(eventType: any, listener: any): void; } //# sourceMappingURL=utils.d.ts.map