export declare function useLocalStorage(): { get: (key: string) => string; set: (key: string, value: any) => void; };