export default _sfc_main;
declare namespace _sfc_main {
    const emits: string[];
    function setup(__props: any, { expose: __expose, emit: __emit }: {
        expose: any;
        emit: any;
    }): {
        emits: any;
        radioAttetionFlowOptions: import("vue").Ref<{
            label: string;
            value: number;
        }[], {
            label: string;
            value: number;
        }[] | {
            label: string;
            value: number;
        }[]>;
        dialogVisible: import("vue").Ref<boolean, boolean>;
        attentionFlow: import("vue").Ref<any, any>;
        attentionLimitDate: import("vue").Ref<any, any>;
        attentionLimitTime: import("vue").Ref<any, any>;
        deptAttetionDate: import("vue").Ref<any, any>;
        deptAttetionTime: import("vue").Ref<any, any>;
        checkedAttetionLimit: import("vue").Ref<boolean, boolean>;
        checkedDeptAttetion: import("vue").Ref<boolean, boolean>;
        openDialog: (data: any) => void;
        handleConfirm: () => void;
        handleCancel: () => void;
        ref: typeof ref;
        readonly Close: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
    };
}
import { ref } from "@vue/runtime-core";
