import React from 'react'; import { UserProfileDropdownItem } from '../types'; export interface UserProfileDropdownProps { /** Consumer-contributed items inserted between the built-in Maestro entry and the logout block. */ items?: UserProfileDropdownItem[]; } export declare function UserProfileDropdown({ items: extraItems }?: UserProfileDropdownProps): React.JSX.Element; //# sourceMappingURL=UserProfileDropdown.d.ts.map