export declare const useSelector: (state: any) => any; export declare const useDispatch: () => import("redux").Dispatch;