import type { DropDownGroupOption, DropDownOption, DropDownListProps } from './type'; declare const __VLS_export: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSelect?: ((index: string | number | symbol, option: string | DropDownOption, e: MouseEvent) => any) | undefined; }>, { options: (string | DropDownOption | DropDownGroupOption)[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;