import { AutosuggestItem } from '../interfaces'; declare type NativeAttributes = Record; export declare const useDropdownA11yProps: (listId: string, expanded: boolean, inputAriaLabel?: string | undefined, highlightedOption?: AutosuggestItem | undefined) => [NativeAttributes, NativeAttributes]; export {}; //# sourceMappingURL=a11y.d.ts.map