import "../../styles/grid.scss"; import "../../styles/themes.scss"; export { cssManager } from "../../ts-common/CssManager"; export { awaitRedraw, setTheme } from "../../ts-common/dom"; export { DataCollection, DataProxy, methods } from "../../ts-data"; export { Grid } from "./Grid"; export declare const i18n: any;