interface Props { options: { label: string; value: any; }[]; currentSelectedItemIndex?: number; } declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSelect?: ((option: any) => any) | undefined; }>, { currentSelectedItemIndex: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>, { option?(_: { option: { label: string; value: any; }; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };