import { ComponentInstance } from '../utils'; import type { ImagePreviewOptions } from './types'; export declare const showImagePreview: (options: string[] | ImagePreviewOptions, startPosition?: number) => ComponentInstance | undefined;