import { HorizontalAlignment } from 'devextreme/common'; import { Format } from 'devextreme/common/core/localization'; import { SummaryType } from 'devextreme/common/grids'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiTotalItemComponent extends CollectionNestedOption { get alignment(): HorizontalAlignment | undefined; set alignment(value: HorizontalAlignment | undefined); get column(): string | undefined; set column(value: string | undefined); get cssClass(): string | undefined; set cssClass(value: string | undefined); get customizeText(): Function; set customizeText(value: Function); get displayFormat(): string | undefined; set displayFormat(value: string | undefined); get name(): string | undefined; set name(value: string | undefined); get showInColumn(): string | undefined; set showInColumn(value: string | undefined); get skipEmptyValues(): boolean; set skipEmptyValues(value: boolean); get summaryType(): SummaryType | string | undefined; set summaryType(value: SummaryType | string | undefined); get valueFormat(): Format | string | undefined; set valueFormat(value: Format | string | undefined); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DxiTotalItemModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }