import * as React from "react"; export declare function useSafeDispatch(dispatch: React.Dispatch): (action: T) => void;