import { CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
import { ApProductInfoValue } from './interface';
export * from './interface';
declare const ApProductInfo: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
        title: {
            type: StringConstructor;
            default: string;
        };
        imgSrc: {
            type: StringConstructor;
            default: string;
        };
        preview: {
            type: BooleanConstructor;
            default: boolean;
        };
        values: {
            type: PropType< ApProductInfoValue[]>;
            default: () => never[];
        };
        disableCopy: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
        values: ApProductInfoValue[];
        title: string;
        preview: boolean;
        disableCopy: boolean;
        imgSrc: string;
    }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< ExtractPropTypes<{
        title: {
            type: StringConstructor;
            default: string;
        };
        imgSrc: {
            type: StringConstructor;
            default: string;
        };
        preview: {
            type: BooleanConstructor;
            default: boolean;
        };
        values: {
            type: PropType< ApProductInfoValue[]>;
            default: () => never[];
        };
        disableCopy: {
            type: BooleanConstructor;
            default: boolean;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
        values: ApProductInfoValue[];
        title: string;
        preview: boolean;
        disableCopy: boolean;
        imgSrc: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
    title: {
        type: StringConstructor;
        default: string;
    };
    imgSrc: {
        type: StringConstructor;
        default: string;
    };
    preview: {
        type: BooleanConstructor;
        default: boolean;
    };
    values: {
        type: PropType< ApProductInfoValue[]>;
        default: () => never[];
    };
    disableCopy: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
    values: ApProductInfoValue[];
    title: string;
    preview: boolean;
    disableCopy: boolean;
    imgSrc: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & ( Plugin & (new (...args: any[]) => {
    $props: {
        onClick?: () => void;
    };
}));
export { ApProductInfo };
