export default _sfc_main;
declare namespace _sfc_main {
    namespace props {
        namespace departments {
            export const type: ArrayConstructor;
            export const required: boolean;
            function _default(): never[];
            export { _default as default };
        }
        namespace orderType {
            const type_1: StringConstructor;
            export { type_1 as type };
            const required_1: boolean;
            export { required_1 as required };
            const _default_1: string;
            export { _default_1 as default };
        }
    }
    const emits: string[];
    function setup(__props: any, { expose: __expose, emit: __emit }: {
        expose: any;
        emit: any;
    }): {
        props: any;
        selectedId: import("vue").Ref<null, null>;
        emit: any;
        toggleExpand: (department: any) => void;
        selectOpinion: (opinion: any) => void;
        formatTime: (timeStr: any) => string;
        ref: typeof ref;
    };
}
import { ref } from "@vue/runtime-core";
