import { GridStatusBarAggregates } from '../../models'; import * as i0 from "@angular/core"; /** * Enterprise Status Bar component for the DataGrid. * Displays live aggregation metrics (Count, Sum, Average, Min, Max) * computed from the currently selected cell range. * * @selector ngx-grid-status-bar * @usage * ```html * * ``` */ export declare class GridStatusBarComponent { /** Aggregation metrics computed from selected cells */ aggregates: import("@angular/core").InputSignal; /** Whether the status bar should be visible */ visible: import("@angular/core").InputSignal; /** Whether there is an active selection to display */ hasSelection: import("@angular/core").Signal; /** Format a number for display with locale-aware separators */ formatNumber(value: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }