import { ExcelChartDefinition } from "../../types/chart";
import { Image } from "../../types/image";
import { FigureData, SheetData } from "../../types/workbook_data";
import { XLSXStructure } from "../../types/xlsx";
export declare function createDrawing(drawingRelIds: string[], sheet: SheetData, figures: FigureData<ExcelChartDefinition | Image>[], construct: XLSXStructure): XMLDocument;
