import GridTable from './GridTable';

export default function (
    config?: GridTable.IConfig
): GridTable;