/* eslint-disable no-use-before-define */ import React from 'react'; export declare const FluentSelectMenu: ({ data, id, onChange: onChangeProp, width, autoCompleteProps, displayProperty, ...otherProps }: { [x: string]: any; autoCompleteProps: any; data: any; displayProperty: any; id: any; onChange: any; width?: number; }) => React.JSX.Element; //# sourceMappingURL=FluentSelectMenu.d.ts.map