import { AddComponentNameRecord } from '../types';
import { Option } from './types';
/**
 * 图片预览
 * @param { Option } arg 选项参数
 * @returns { void } 空
 */
declare const Preview: (arg: Option | string) => void;
declare const InPreview: AddComponentNameRecord<typeof Preview>;
export default InPreview;
