export interface ImagePreviewElement { element: HTMLElement; image: string; } export default function imagePreview(image: string): ImagePreviewElement;