import * as React from 'react'; import { RouteComponentProps } from 'react-router-dom'; import { NavItemWithIconDescriptor } from '../../util/contributions'; import { UserAreaRouteContext } from './UserArea'; interface UserAreaHeaderProps extends UserAreaRouteContext, RouteComponentProps<{}> { navItems: ReadonlyArray; className: string; } export declare type UserAreaHeaderContext = Pick; export interface UserAreaHeaderNavItem extends NavItemWithIconDescriptor { } /** * Header for the user area. */ export declare const UserAreaHeader: React.SFC; export {}; //# sourceMappingURL=UserAreaHeader.d.ts.map