import { GridFunction } from "@egjs/grid"; import { VueGridInterface } from "./types"; export declare function makeGrid(tagName: string, GridClass: T, VueComponent: any): VueGridInterface; export declare function install(app: { component: (name: string, module: any) => any; }): void;