export declare const Data2: { sheetName: string; data: (({ value: string; style: { name: string; size: number; bold: boolean; italic: boolean; underline: boolean; color: string; backgroundColor: string; borderColor: string; border: { top: string; right: string; bottom: string; left: string; }; alignment: { horizontal: string; vertical: string; wrapText: boolean; }; }; readOnly: boolean; inputType: { type: string; }; contextDisable: { "Delete Column": boolean; "Delete Row": boolean; "Add Row Top": boolean; }; } | { value: string; style: { name: string; size: number; bold: boolean; italic: boolean; underline: boolean; color: string; backgroundColor: string; borderColor: string; border: { top: string; right: string; bottom: string; left: string; }; alignment: { horizontal: string; vertical: string; wrapText: boolean; }; }; readOnly: boolean; inputType: { type: string; }; contextDisable: { "Delete Column": boolean; "Delete Row"?: undefined; "Add Row Top"?: undefined; }; })[] | ({ value: string; style: { name: string; size: number; bold: boolean; italic: boolean; underline: boolean; color: string; backgroundColor: string; borderColor: string; border: { top: string; right: string; bottom: string; left: string; }; alignment: { horizontal: string; vertical: string; wrapText: boolean; }; }; readOnly: boolean; inputType: { type: string; options?: undefined; }; } | { value: string; style: { name: string; size: number; bold: boolean; italic: boolean; underline: boolean; color: string; backgroundColor: string; borderColor: string; border: { top: string; right: string; bottom: string; left: string; }; alignment: { horizontal: string; vertical: string; wrapText: boolean; }; }; readOnly: boolean; inputType: { type: string; options: { color: string; disable: boolean; title: string; label: string; value: string; }[]; }; })[])[]; columns: { readOnly: number[]; }; }[];