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