import '@operato/data-grist'; import { PageView } from '@operato/shell'; import { FetchOption } from '@operato/data-grist'; declare const ThemeListPage_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 & import("@open-wc/dedupe-mixin").Constructor; export declare class ThemeListPage extends ThemeListPage_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; }; filter: { handler: () => void; }; 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; }>; _deleteTheme(): Promise; _updateTheme(): Promise; } export {};