import * as React from 'react';
export declare const mountWithTheme: (component: JSX.Element, theme: object) => import("enzyme").ReactWrapper<any, Readonly<{}>, React.Component<{}, {}, any>>;
