import { CT_BarGrouping } from '../../../../openxml/ChartTypes'; export declare function getStack(grouping?: CT_BarGrouping): { stack: string | undefined; isPercentStacked: boolean; };