declare var basicColumnsConfig: ({ field: string; type: string; width: string; minWidth: number; maxaWidth: number; } | { field: string; width: string; type?: undefined; minWidth?: undefined; maxaWidth?: undefined; } | { field: string; type?: undefined; width?: undefined; minWidth?: undefined; maxaWidth?: undefined; })[], rowLayout: { type: string; }, cardLayout: { type: string; }, gridConfig: { columns: ({ field: string; type: string; width: string; minWidth: number; maxaWidth: number; } | { field: string; width: string; type?: undefined; minWidth?: undefined; maxaWidth?: undefined; } | { field: string; type?: undefined; width?: undefined; minWidth?: undefined; maxaWidth?: undefined; })[]; layout: { type: string; }; }, gridCardConfig: { columns: ({ field: string; type: string; width: string; minWidth: number; maxaWidth: number; } | { field: string; width: string; type?: undefined; minWidth?: undefined; maxaWidth?: undefined; } | { field: string; type?: undefined; width?: undefined; minWidth?: undefined; maxaWidth?: undefined; })[]; layout: { type: string; }; }; //# sourceMappingURL=basic-config.d.ts.map