import { type Ref } from 'vue'; /** Provides a ref for the currently active dropdown item */ export declare function useDropdown(): { active: Ref; }; /** Injects the ref for the currently active dropdown item */ export declare function useDropdownItem(): { active: Ref | undefined; }; //# sourceMappingURL=useDropdown.d.ts.map