import { excelViewType, SeriesIdDataType, SeriesLinkType } from './types/index';
import { SheetHeadType } from '../sheet/type/index';

declare function handleExcel(data: SeriesIdDataType, excelView: excelViewType | undefined, seriesLink?: SeriesLinkType): {
    head: SheetHeadType[];
    body: any[];
};
declare const _default: {
    handleExcel: typeof handleExcel;
};
export default _default;
//# sourceMappingURL=handleExcel.d.ts.map