Variable default

default: {
    GridCanvasHelper: typeof GridCanvasHelper;
    ListGrid: typeof ListGrid;
    columns: columns;
    core: core;
    data: data;
    headers: headers;
    register: __module;
    themes: __module;
    tools: tools;
    get icons(): {
        [key: string]: IconDefine;
    };
}