import React from 'react';
import PropTypes from 'prop-types';
declare function withTheme(themeProps: any): React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
declare namespace withTheme {
    var propTypes: {
        widgets: PropTypes.Requireable<object>;
        fields: PropTypes.Requireable<object>;
    };
}
export default withTheme;
//# sourceMappingURL=withTheme.d.ts.map