interface Props { hideFirstItem?: boolean; useEmptySymbol?: boolean; title?: string; items: unknown[]; } declare var __VLS_1: {}, __VLS_10: { toggle: (event?: Event, target?: HTMLElement | null | undefined) => void; }, __VLS_19: { items: unknown[]; }; type __VLS_Slots = {} & { 'first-item'?: (props: typeof __VLS_1) => any; } & { activator?: (props: typeof __VLS_10) => any; } & { items?: (props: typeof __VLS_19) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };