export declare enum ProductComposition {
    _00 = "00",
    _01 = "01",
    _10 = "10",
    _11 = "11",
    _20 = "20",
    _30 = "30",
    _31 = "31"
}
