import * as H from 'history'; import * as React from 'react'; import * as GQL from '../../../backend/graphqlschema'; interface Props { threadID?: GQL.ID; threadTitle?: string; commentID?: GQL.ID; commentContent?: string; filePath: string; location: H.Location; } export declare class DiscussionsNavbar extends React.PureComponent { render(): JSX.Element | null; private locationWith; } export {}; //# sourceMappingURL=DiscussionsNavbar.d.ts.map