import '@material/web/icon/icon.js'; import '@operato/data-grist'; import '@operato/context/ox-context-page-toolbar.js'; import './data-summary-view.js'; import { PageView } from '@operato/shell'; import { FetchOption } from '@operato/data-grist'; declare const DataSummaryListPage_base: (new (...args: any[]) => { _storeUnsubscribe: import("redux").Unsubscribe; connectedCallback(): void; disconnectedCallback(): void; stateChanged(_state: unknown): void; readonly isConnected: boolean; }) & (new (...args: any[]) => import("lit").LitElement) & typeof PageView; export declare class DataSummaryListPage extends DataSummaryListPage_base { static styles: import("lit").CSSResult[]; private mode; private gristConfig; private grist; get context(): { title: string; search: { handler: (search: string) => void; value: string; }; filter: { handler: () => void; }; help: string; exportable: { name: string; data: () => { header: (false | { header: any; key: string; width: string | number | import("@operato/data-grist").ColumnWidthCallback | undefined; type: string; } | undefined)[]; data: any[]; }; }; toolbar: boolean; }; render(): import("lit-html").TemplateResult<1>; pageInitialized(lifecycle: any): Promise; fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{ total: any; records: any; }>; _exportableData(): { header: (false | { header: any; key: string; width: string | number | import("@operato/data-grist").ColumnWidthCallback | undefined; type: string; } | undefined)[]; data: any[]; }; } export {};