/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema.js';
import { EBBComponent } from './eBBComponent.js';
export interface CreateEBBComponent {
    eventBasedComponent: EBBComponent;
    [key: string]: unknown;
}
export declare const createEBBComponentSchema: Schema<CreateEBBComponent>;
//# sourceMappingURL=createEBBComponent.d.ts.map