import { Grid, IGridArgs } from '.'; export declare const createTable: () => any; export declare const createGrid: (args?: Partial) => Grid;