import * as React from 'react'; /** * A global alert telling the site admin that an updated version of the Sourcegraph * Docker image is available. */ export declare const UpdateAvailableAlert: React.SFC<{ updateVersionAvailable: string; className?: string; }>; //# sourceMappingURL=UpdateAvailableAlert.d.ts.map