export declare const throttle: (func: Function, delay: number) => (...args: any[]) => void;
export declare const throttleAnimation: (func: Function) => (...args: any[]) => void;
