export declare function throttle(func: any, ms: any): () => void;