interface IUseDebounceProps { delay?: number; value?: string; } export declare const useDebounce: ({ value, delay }: IUseDebounceProps) => string | undefined; export {}; //# sourceMappingURL=useDebounce.d.ts.map