declare const _sfc_main: import("vue").DefineComponent<{}, {
    emit: (event: "refreshDataList", ...args: any[]) => void;
    visible: import("vue").Ref<boolean, boolean>;
    dataList: import("vue").Ref<{
        appendPersonName: string;
        opinionDateTime: string;
        content: string;
    }[], {
        appendPersonName: string;
        opinionDateTime: string;
        content: string;
    }[] | {
        appendPersonName: string;
        opinionDateTime: string;
        content: string;
    }[]>;
    init: (id?: number) => void;
    getData: (id: number) => void;
    handleCancel: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "refreshDataList"[], "refreshDataList", import("vue").PublicProps, Readonly<{}> & Readonly<{
    onRefreshDataList?: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _sfc_main;
