import * as H from 'history'; import * as React from 'react'; import * as GQL from '../backend/graphqlschema'; interface Props { repoID: GQL.ID | undefined; rev: string | undefined; filePath: string | undefined; history: H.History; location: H.Location; autoFocus?: boolean; defaultFirst?: number; hideSearch?: boolean; noun?: string; pluralNoun?: string; noFlex?: boolean; } export declare class DiscussionsList extends React.PureComponent { render(): JSX.Element | null; private fetchThreads; } export {}; //# sourceMappingURL=DiscussionsList.d.ts.map