import 'vant/es/image-preview/style/index';
import 'vant/es/image/style/index';
import { PicMap } from '~/types';
declare const _default: import("vue").DefineComponent<{
    data: {
        type: ObjectConstructor;
        default: () => {};
    };
    type: {
        type: () => PicMap;
        default: PicMap;
    };
    default: {
        type: StringConstructor;
        default: string;
    };
    isDetail: {
        type: BooleanConstructor;
        default: boolean;
    };
    isPreviewImg: {
        type: BooleanConstructor;
        default: boolean;
    };
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onPreview"[], "onPreview", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    data: {
        type: ObjectConstructor;
        default: () => {};
    };
    type: {
        type: () => PicMap;
        default: PicMap;
    };
    default: {
        type: StringConstructor;
        default: string;
    };
    isDetail: {
        type: BooleanConstructor;
        default: boolean;
    };
    isPreviewImg: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & {
    onOnPreview?: (...args: any[]) => any;
}, {
    data: Record<string, any>;
    type: PicMap;
    default: string;
    isDetail: boolean;
    isPreviewImg: boolean;
}>;
export default _default;
