import * as React from 'react'; /** * A global alert telling the site admin that they need to enable access to repositories * on this site. */ export declare const NoRepositoriesEnabledAlert: React.SFC<{ className?: string; }>; //# sourceMappingURL=NoRepositoriesEnabledAlert.d.ts.map