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