import { type Ref } from 'vue';
declare const _sfc_main: import("vue").DefineComponent<{
    placeholder: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    options: {
        type: ArrayConstructor;
        required: true;
    };
    defaultValues: {
        type: ArrayConstructor;
        required: false;
    };
    selectStyle: {
        type: null;
        required: false;
    };
    txtUnit: {
        type: StringConstructor;
        required: false;
        default: string;
    };
}, {
    props: any;
    txtUnitStr: import("vue").ComputedRef<any>;
    style: import("vue").ComputedRef<any>;
    showValues: import("vue").ComputedRef<string>;
    optionValues: import("vue").ComputedRef<any>;
    showDrop: Ref<boolean>;
    selectedValue: Ref<any[]>;
    selectWrapRef: Ref<HTMLElement | null | undefined>;
    dropDownRef: Ref<HTMLElement | null | undefined>;
    emits: (event: "change", ...args: any[]) => void;
    iscChecked: (value: any) => boolean | 0;
    Outside: () => void;
    clickTitle: (optionValue: any) => void;
    inputClick: () => void;
    getTop: () => void;
    readonly vClickOutside: import("vue").ObjectDirective<any, any>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    placeholder: {
        type: StringConstructor;
        required: false;
        default: string;
    };
    options: {
        type: ArrayConstructor;
        required: true;
    };
    defaultValues: {
        type: ArrayConstructor;
        required: false;
    };
    selectStyle: {
        type: null;
        required: false;
    };
    txtUnit: {
        type: StringConstructor;
        required: false;
        default: string;
    };
}>> & {
    onChange?: ((...args: any[]) => any) | undefined;
}, {
    placeholder: string;
    txtUnit: string;
}, {}>;
export default _sfc_main;
