declare const useSateInLocalStorage: (key: string, defaultValue: string) => Array; export default useSateInLocalStorage;