import * as i0 from "@angular/core"; export declare class LocalStorage { private storage; constructor(); private getStorage; getItem(key: string): string | null; removeItem(key: string): void; setItem(key: string, data: string): void; _wrapped(): Storage; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=localstorage.d.ts.map