/// export default function useDebounced(initialValue: T1, delay: number): [T1, import("react").Dispatch>];