import { Telemetry } from '@fluentui/react-bindings'; import { Renderer } from '@fluentui/react-northstar-styles-renderer'; import { ThemePrepared } from '@fluentui/styles'; import { MountRendererProps, ComponentType } from 'enzyme'; import * as React from 'react'; export declare const EmptyThemeProvider: React.FunctionComponent<{ disableAnimations?: boolean; telemetry?: Telemetry; renderer?: Renderer; theme?: ThemePrepared; rtl?: boolean; }>; export declare const mountWithProvider: , P = C["props"], S = C["state"]>(node: React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>, options?: MountRendererProps) => import("enzyme").ReactWrapper, React.Component<{}, {}, any>>; export declare const mountWithProviderAndGetComponent: , P = C["props"], S = C["state"]>(Component: ComponentType

, elementToMount: React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>, options?: MountRendererProps) => import("enzyme").ReactWrapper>;