/** * Helper functions go inside of hooks. * This is because outside of the component$ boundary Qwik core wakes up. */ export declare function useDropdown(): { getNextEnabledItemIndex$: import("@builder.io/qwik").QRL<(index: number) => number>; getPrevEnabledItemIndex$: import("@builder.io/qwik").QRL<(index: number) => number>; getActiveDescendant$: import("@builder.io/qwik").QRL<(index: number) => string>; };