export declare function usePrevious(value: any): any; export declare const useSet: (initState: any) => [any, import("react").ActionDispatch<[newState: any]>];