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