import React from 'react'; /** Context for keeping track of errors from the server */ interface ServerErrorsContextProps { [key: string]: string; } export declare const ServerErrorsContext: React.Context; export {}; //# sourceMappingURL=ServerErrorsContext.d.ts.map