const ImageComponent = (label: string, url: URL) => `![${label}](${url})`; export default ImageComponent