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