export declare const useDebounce: (value: any, delay: number | undefined) => any;