declare function getAllValuesofObj(obj: any): any[]; declare function ascComparer(index: number, schema: any): (a: { [x: string]: number; }, b: { [x: string]: number; }) => number | boolean; declare function descComparer(index: number, schema: any): (a: { [x: string]: number; }, b: { [x: string]: number; }) => number | boolean; declare function getConfigScope(localState: any, globalState: any): any; declare function getSubPropertyValue(gridConfig: any, cellIndex: any, parent: any, subProperty: any, defaultValue: any): any; export { getAllValuesofObj, ascComparer, descComparer, getConfigScope, getSubPropertyValue }; //# sourceMappingURL=index.d.ts.map