export interface IgrPivotUISettings {
    showConfiguration?: boolean | string;
    showRowHeaders?: boolean | string;
    rowLayout?: 'vertical' | 'horizontal';
    horizontalSummariesPosition?: 'top' | 'bottom';
}
