import { KeyboardEvent } from 'react'; /** * Enter/Space activate a non-native `role='button'` element (the accordion * title areas of `Legend.Row` / `Legend.Group`), like a real button. */ export declare function accordionKeyDown(toggle: () => void): (event: KeyboardEvent) => void;