import { GemElement } from '@mantou/gem/lib/element'; import './use'; type Action = { icon: string | Element | DocumentFragment; handle: () => void; }; export type ImageStatus = 'negative' | 'positive' | 'default'; export declare class DuoyunImagePreviewElement extends GemElement { #private; status: ImageStatus; /**0-100 */ progress: number; file?: File; actions?: Action[]; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } export {}; //# sourceMappingURL=image-preview.d.ts.map