import { Type } from './interface'; /** 数据类型 */ export declare const DATA_TYPE: Record; /** 行高 */ export declare const ROW_HEIGHT = 44;