import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly image: { readonly type: StringConstructor; readonly default: ""; }; readonly imageSize: NumberConstructor; readonly description: { readonly type: StringConstructor; readonly default: ""; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly>, { readonly image: string; readonly description: string; }, {}>; export default _sfc_main;