export declare const Data: { 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; options?: undefined; }; } | { 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: { disable: boolean; label: string; name: string; value: string; }[]; }; value: string; })[] | ({ 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; }; } | { 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: { disable: boolean; title: string; label: string; value: string; color: string; }[]; }; value: string; })[])[]; }[];