import React from 'react'; declare const withAlert: (Context?: React.Context) => (WrappedComponent: React.FC) => React.ForwardRefExoticComponent & React.RefAttributes>; export default withAlert; //# sourceMappingURL=withAlert.d.ts.map