import * as tsx from 'vue-tsx-support';
export declare const CardImage: import("vue").VueConstructor<{
    _tsxattrs: tsx.TsxComponentAttrs<{
        img: string;
    } & {}, {}, {}>;
} & import("vue").default & {
    img: string;
}>;
