declare const _default: import("vue").DefineComponent<{
    thumbnail: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    src: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    size: {
        type: NumberConstructor;
        default: number;
        description: string;
    };
    zoom: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    square: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    circle: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
}, {
    img: import("vue").Ref<any>;
    style: import("vue").ComputedRef<any>;
    thumb: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    thumbnail: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    src: {
        type: StringConstructor;
        default: string;
        description: string;
    };
    size: {
        type: NumberConstructor;
        default: number;
        description: string;
    };
    zoom: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    square: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
    circle: {
        type: BooleanConstructor;
        default: boolean;
        description: string;
    };
}>>, {
    circle: boolean;
    size: number;
    square: boolean;
    src: string;
    zoom: boolean;
    thumbnail: string;
}, {}>;
export default _default;
