import { PriceTagMetadata, CurrencyInfo } from './types'; import * as i0 from "@angular/core"; export declare class PriceTagComponent { props: PriceTagMetadata; get currencyInfo(): CurrencyInfo; get hasDiscount(): boolean; getSymbol(): string; formatAmount(): string; formatPrice(amount: number): string; getPrefix(): string; getPeriod(): string; getColor(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }