declare const _default: import('vue').DefineComponent<{ title: string; items: string[]; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (...args: any[]) => void; closePanel: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ title: string; items: string[]; }> & Readonly<{ onSelect?: ((...args: any[]) => any) | undefined; onClosePanel?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;