declare const _sfc_main: import("vue").DefineComponent<{
    message: {
        type: any;
    };
    imageModerationStyle: {
        type: any;
    };
    src: {
        type: any;
    };
    placeholderImage: {
        type: any;
    };
    listeners: {
        type: any;
    };
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    message: {
        type: any;
    };
    imageModerationStyle: {
        type: any;
    };
    src: {
        type: any;
    };
    placeholderImage: {
        type: any;
    };
    listeners: {
        type: any;
    };
}>>, {
    message: any;
    listeners: any;
    imageModerationStyle: any;
    src: any;
    placeholderImage: any;
}, {}>;
export default _sfc_main;
