export declare type GridColumnDataType = "string" | "number" | "boolean" | "date" | "dateTime" | "time" | "currency" | "percent" | "image";