import * as H from 'history'; import * as React from 'react'; import * as GQL from '../../backend/graphqlschema'; interface Props { location: H.Location; /** * The commit search result. */ result: GQL.ICommitSearchResult; /** * Called when the search result is selected. */ onSelect: () => void; /** * Whether this diff should be rendered as expanded. */ expanded: boolean; allExpanded?: boolean; } export declare const CommitSearchResult: React.StatelessComponent; export {}; //# sourceMappingURL=CommitSearchResult.d.ts.map