import * as i0 from "@angular/core";
export declare class LocalstorageService {
    setItem(key: string, value: any): void;
    removeItem(item: string): void;
    getItem(item: string): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<LocalstorageService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<LocalstorageService>;
}
