import type { Table, View } from "@perspective-dev/client"; import { type DatagridModel, type DatagridPluginElement, type RegularTable } from "../types.js"; export declare function createModel(this: DatagridPluginElement, regular: RegularTable, table: Table, view: View, theme: string, extend?: Partial): Promise;