export declare class TabulationTotalsOptions { showRowSubtotals: boolean; showRowTotals: boolean; showColumnSubtotals: boolean; showColumnTotals: boolean; constructor(showRowSubtotals?: boolean, showRowTotals?: boolean, showColumnSubtotals?: boolean, showColumnTotals?: boolean); }