/**
 * Throttle events using the requestAnimationFrame.
 */
export declare class Throttle {
    running: boolean;
    constructor(type: string, name: string);
}
