import { StoreFinderService } from '@spartacus/storefinder/core'; import * as i0 from "@angular/core"; export declare class AbstractStoreItemComponent { protected storeFinderService: StoreFinderService; location: any; constructor(storeFinderService: StoreFinderService); getDirections(location: any): string; getFormattedStoreAddress(addressParts: string[]): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }