export declare function rafInterval(callback: () => void, delay?: number): { clear: () => void; };