export default _sfc_main;
declare namespace _sfc_main {
    const emits: string[];
    function setup(__props: any, { expose: __expose, emit: __emit }: {
        expose: any;
        emit: any;
    }): {
        emit: any;
        visible: import("vue").Ref<boolean, boolean>;
        dataList: import("vue").Ref<never[], never[]>;
        init: (activityId: any) => void;
        getData: (activityId: any) => void;
        handleCancel: () => void;
        ref: typeof ref;
        readonly getCurrentOpinion: any;
    };
}
import { ref } from "@vue/runtime-core";
