import React from 'react'; import * as GQL from '../backend/graphqlschema'; /** * A global alert that is shown at the top of the viewport. */ export declare const GlobalAlert: React.SFC<{ alert: GQL.IAlert; className: string; }>; //# sourceMappingURL=GlobalAlert.d.ts.map