/** * Whether a wait has run long enough to be worth drawing a ring for. A wait * that resolves inside `delayMs` never draws one, so a re-quote that lands in * a few frames doesn't flash a spinning animation. * * Reduced motion draws it straight away: there is no animation to suppress * then, only a busy cue to hold back. */ export declare function useDelayedSpinner(delayMs: number): boolean; //# sourceMappingURL=useDelayedSpinner.d.ts.map