import { DrawingBlock, ShapeGroupChild, TextPart } from '../../../../contracts/src/index.js'; import { BuildImageHyperlinkAnchor } from './types.js'; export declare const createDrawingImageElement: (doc: Document, block: DrawingBlock, buildImageHyperlinkAnchor: BuildImageHyperlinkAnchor) => HTMLElement; export declare const createShapeGroupImageElement: (doc: Document, child: ShapeGroupChild) => HTMLElement; export declare const createShapeTextImageElement: (doc: Document, part: TextPart) => HTMLElement; //# sourceMappingURL=drawing-image.d.ts.map