import ExcelJS from "exceljs";
declare var setStyleAndValue: (table: any, worksheet: ExcelJS.Worksheet) => void;
export { setStyleAndValue };
