import '@material/web/icon/icon.js'; import { LitElement } from 'lit'; import { FetchOption } from '@operato/data-grist'; declare const DataKeyItemList_base: (new (...args: any[]) => LitElement) & typeof LitElement; export declare class DataKeyItemList extends DataKeyItemList_base { static styles: import("lit").CSSResult[]; dataKeySet: any; gristConfig: any; private grist; render(): import("lit-html").TemplateResult<1>; firstUpdated(): Promise; fetchHandler({ filters, page, limit, sortings }: FetchOption): Promise<{ total: any; records: any; }>; _updateDataKeyItems(): Promise; _deleteDataKeyItems(): Promise; } export {};