import { Ref } from 'vue'; export declare function useLocalStorage(key: string): Ref; //# sourceMappingURL=useLocalStorage.d.ts.map