import type { CreateGridOptions, GridInstance } from "./types"; export declare function createGrid(options: CreateGridOptions): GridInstance; //# sourceMappingURL=createGrid.d.ts.map