import '@operato/data-grist'; import { PageView } from '@operato/shell'; import { FetchOption } from '@operato/data-grist'; declare const StateRegisterListPage_base: (new (...args: any[]) => { __preferenceProviders: { [element: string]: import("@operato/p13n").PagePreferenceProvider; }; getPagePreferenceProvider(element: string): import("@operato/p13n").PagePreferenceProvider | undefined; }) & (new (...args: any[]) => import("lit").LitElement) & typeof PageView; export declare class StateRegisterListPage extends StateRegisterListPage_base { static styles: import("lit").CSSResult[]; gristConfig: any; mode: 'CARD' | 'GRID' | 'LIST'; private grist; get context(): { title: string; search: { handler: (search: string) => void; value: string; }; help: string; actions: { icon: string; emphasis: { raised: boolean; outlined: boolean; dense: boolean; danger: boolean; }; title: string; action: () => Promise; }[]; }; render(): import("lit-html").TemplateResult<1>; pageInitialized(lifecycle: any): Promise; pageUpdated(changes: any, lifecycle: any): Promise; fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{ total: any; records: any; }>; _deleteStateRegister(): Promise; _updateStateRegister(): Promise; } export {};