import { AddressFragment, OrderAddress } from '../../../common/generated-types'; import * as i0 from "@angular/core"; export declare class FormattedAddressComponent { address: AddressFragment | OrderAddress; getCountryName(): string; getCustomFields(): Array<{ key: string; value: any; }>; private isAddressFragment; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }