export declare function useDelayToSetValue({ value, delay }: { value?: boolean; delay: number; }): boolean | undefined;