import { Signal } from '@tempots/dom'; export declare function delaySignal(signal: Signal, delay?: number, predicate?: (v: T) => boolean): import("@tempots/core").Prop;