export declare const DEFAULT_CELL_BORDER: { borderLeft: string[]; borderRight: string[]; borderTop: string[]; borderBottom: string[]; }; export declare const SINGLE_LINE_ITEM_TYPE: string[];