import * as H from 'history'; import * as React from 'react'; import * as GQL from '../backend/graphqlschema'; interface Props { repoID: GQL.ID; rev: string | undefined; filePath: string; history: H.History; location: H.Location; } export declare class RepoRevSidebarCommits extends React.PureComponent { render(): JSX.Element | null; private fetchCommits; } export {}; //# sourceMappingURL=RepoRevSidebarCommits.d.ts.map