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