declare const _default: import("vue").DefineComponent<{
    isShowCancel: {
        type: BooleanConstructor;
        default: boolean;
    };
    docData: {
        type: ObjectConstructor;
        default: () => {};
    };
    isShowUserName: {
        type: BooleanConstructor;
        default: boolean;
    };
    isShowComment: {
        type: BooleanConstructor;
        default: boolean;
    };
    noShowCommentTypes: {
        type: StringConstructor;
        default: string;
    };
    noShowNameTypes: {
        type: StringConstructor;
        default: string;
    };
    isPreviewImg: {
        type: BooleanConstructor;
        default: boolean;
    };
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onEvent"[], "onEvent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    isShowCancel: {
        type: BooleanConstructor;
        default: boolean;
    };
    docData: {
        type: ObjectConstructor;
        default: () => {};
    };
    isShowUserName: {
        type: BooleanConstructor;
        default: boolean;
    };
    isShowComment: {
        type: BooleanConstructor;
        default: boolean;
    };
    noShowCommentTypes: {
        type: StringConstructor;
        default: string;
    };
    noShowNameTypes: {
        type: StringConstructor;
        default: string;
    };
    isPreviewImg: {
        type: BooleanConstructor;
        default: boolean;
    };
}>> & {
    onOnEvent?: (...args: any[]) => any;
}, {
    isShowCancel: boolean;
    docData: Record<string, any>;
    isShowUserName: boolean;
    isShowComment: boolean;
    noShowCommentTypes: string;
    noShowNameTypes: string;
    isPreviewImg: boolean;
}>;
export default _default;
