/** * Sets a delay, and returns a boolean indicating whether the delay is still active. * @param delayMs The delay in milliseconds * @returns A boolean indicating whether the delay is still active */ export declare function useDelay(delayMs: number): boolean; export default useDelay; //# sourceMappingURL=useDelay.d.ts.map