export declare const billingLocalization: {
    billing: string;
    billingDescription: string;
    plans: string;
    currentPlan: string;
    choosePlan: string;
    changePlan: string;
    perMonth: string;
    perYear: string;
    oneTime: string;
    popular: string;
    subscription: string;
    noSubscription: string;
    noSubscriptionDescription: string;
    manageBilling: string;
    renewsOn: string;
    endsOn: string;
    cancelSubscription: string;
    cancelSubscriptionTitle: string;
    cancelSubscriptionDescription: string;
    restoreSubscription: string;
    restoreSubscriptionTitle: string;
    restoreSubscriptionDescription: string;
    confirm: string;
    cancel: string;
    seats: string;
    updateSeats: string;
    usage: string;
    unlimited: string;
    used: string;
    loadingBilling: string;
};
export type BillingLocalization = typeof billingLocalization;
