declare const _sfc_main: import("vue").DefineComponent<{ data: { type: ArrayConstructor; required: true; }; }, { emits: (event: "change", ...args: any[]) => void; props: { data: { value: string | number; label: string; }[]; }; selectedItem: import("vue").Ref; isDropShow: import("vue").Ref; showDrop: () => void; clickedItem: (label: any, val: any) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;