/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
import { ComponentCustomPrice } from './componentCustomPrice.js';
export interface UpdateSubscriptionComponent {
    componentId?: number;
    /** Create or update custom pricing unique to the subscription. Used in place of `price_point_id`. */
    customPrice?: ComponentCustomPrice;
    [key: string]: unknown;
}
export declare const updateSubscriptionComponentSchema: Schema<UpdateSubscriptionComponent>;
//# sourceMappingURL=updateSubscriptionComponent.d.ts.map