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<LocalStorage, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorage>;
}
//# sourceMappingURL=localstorage.d.ts.map