/**
* NOTE: This module should not contain any nodejs functionality,
* because it's also used by Storybook in the browser.
*/importReactfrom'react';
exportdeclareconstMockProviders: React.FunctionComponent<{
children: React.ReactNode;
}>;
//# sourceMappingURL=MockProviders.d.ts.map