export declare const useStateWithDeps: (initialValue: () => T, deps: unknown) => readonly [T, import("react").Dispatch>];