declare const _sfc_main: import("vue").DefineComponent<{
    backdropStyle: {
        type: typeof import("@cometchat/chat-sdk-javascript").User;
    };
    title: {
        type: typeof import("@cometchat/chat-sdk-javascript").Group;
    };
    warningText: {
        type: StringConstructor;
    };
    cancelText: {
        type: StringConstructor;
    };
    confirmText: {
        type: StringConstructor;
    };
    confirmDialogStyle: {
        type: StringConstructor;
    };
    listeners: {
        type: any;
    };
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    backdropStyle: {
        type: typeof import("@cometchat/chat-sdk-javascript").User;
    };
    title: {
        type: typeof import("@cometchat/chat-sdk-javascript").Group;
    };
    warningText: {
        type: StringConstructor;
    };
    cancelText: {
        type: StringConstructor;
    };
    confirmText: {
        type: StringConstructor;
    };
    confirmDialogStyle: {
        type: StringConstructor;
    };
    listeners: {
        type: any;
    };
}>>, {
    listeners: any;
}, {}>;
export default _sfc_main;
