import { type ComponentInstance } from 'xzx-design/es/utils'; import type { ImagePreviewOptions } from './types'; /** * Display a full-screen image preview component */ export declare const showImagePreview: (options: string[] | ImagePreviewOptions, startPosition?: number) => ComponentInstance | undefined;