export declare class TaxTotalsType {
    underlyingValue?: number;
    id?: number;
    constructor(props?: TaxTotalsType);
}
