export declare function useLocalStorage(key: string, initialValue: any): any[];
