export type DialogPreviewImageProps = {
	imageUrl: string;
};
/** 图片预览 */
export declare const dialogPreviewImage: {
	show: (props: DialogPreviewImageProps) => {
		close: () => void;
	};
	hiden: () => void;
};

export {};
