import type { ImageMetadata } from '../types.js'; export declare function makeSvgComponent(meta: ImageMetadata, contents: Buffer | string): string;