import type { Plugin } from 'vue'; declare type SFCWithInstall = T & Plugin; export declare const DropDown: SFCWithInstall 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 DropDown;