/** * Creates a keyboard strategy for dialog-specific key handling. * All other keydown behavior is left to the browser's native bubbling path. * @param {HTMLElement} bib - The dropdown bib element. * @returns {Object} Keyboard handlers keyed by `event.key`. */ export function createDropdownBibKeyboardStrategy(bib: HTMLElement): any;