export declare const throttle: (func: Function, wait?: number) => (...args: any[]) => void; export declare const checkIfPointerInside: (obj: HTMLElement) => boolean; export declare const formatTime: (value: number) => string;