import React from 'react'; export interface GetMenuItemPropsParams { disabled: boolean; parent?: boolean; expanded?: boolean; } /** * @returns attributes for a menuitem widget given parameters */ export declare const getMenuItemProps: (params: GetMenuItemPropsParams) => React.HTMLProps; //# sourceMappingURL=menu-item.d.ts.map