import { ProductsInner1DetailedPriceBreakdownInnerBreakdownInner } from './ProductsInner1DetailedPriceBreakdownInnerBreakdownInner';
export declare class ProductsInner1DetailedPriceBreakdownInner {
    'currencyType'?: string;
    'priceCurrency': string;
    'breakdown'?: Array<ProductsInner1DetailedPriceBreakdownInnerBreakdownInner>;
    static readonly discriminator: string | undefined;
    static readonly attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
        format: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
        format: string;
    }[];
    constructor();
}
