export declare const throttleByRaf: (func: (...args: any[]) => void) => { (...args: any[]): void; cancel(): void; };