import { ColumnConfig, FieldRenderer, GristClassifier, GristConfig, GristData, GristEventHandlerSet, GristRecord, GroupConfig, LabelConfig, ListConfig, TreeConfig, RowsConfig } from '../types.js'; export declare const ZERO_CLASSIFIER: GristClassifier; export declare const ZERO_FIELD_RENDERER: FieldRenderer; export declare const ZERO_EVENTHANDLERSET: GristEventHandlerSet; export declare const ZERO_COLUMNS: ColumnConfig[]; export declare const ZERO_GROUPS: GroupConfig[]; export declare const ZERO_TOTALS: []; export declare const ZERO_LABEL: LabelConfig; export declare const ZERO_COLUMN: ColumnConfig; export declare const ZERO_ROWS: RowsConfig; export declare const ZERO_LIST: ListConfig; export declare const ZERO_TREE: TreeConfig; export declare const ZERO_CONFIG: GristConfig; export declare const ZERO_RECORD: GristRecord; export declare const ZERO_RECORDS: GristRecord[]; export declare const ZERO_DATA: GristData; export declare const ZERO_PAGES: number[]; export declare const ZERO_PAGINATION: { page: number; limit: number; total: number; pages: number[]; };