import { Pricing } from './pricing';
export declare class VaPricingComponent {
    pricing: Pricing;
    wrapFrequency: boolean;
    isAddon: boolean;
    getCurrencySymbol(currency: string): string;
    getDisplayPrice(priceWithoutCents: number): string;
    readonly currencyString: string;
    readonly isFree: boolean;
    readonly shouldContactSales: boolean;
}
