import * as React from 'react'; /** * An element in the repo header breadcrumb (e.g., "Foo" in "myrepo > Foo" or "myrepo > myrev > Foo"). * * Usage: * * Foo * } * /> */ export declare const RepoHeaderBreadcrumbNavItem: React.SFC<{ children: React.ReactFragment; }>; //# sourceMappingURL=RepoHeaderBreadcrumbNavItem.d.ts.map