import * as React from 'react'; import { RouteComponentProps } from 'react-router-dom'; import { OrgAreaPageProps } from './OrgArea'; interface Props extends OrgAreaPageProps, RouteComponentProps<{}> { className: string; } /** * Header for the organization area. */ export declare const OrgHeader: React.SFC; export {}; //# sourceMappingURL=OrgHeader.d.ts.map