export = _objectWithoutProperties; declare function _objectWithoutProperties(source: any, excluded: any): any; declare namespace _objectWithoutProperties { export { __esModule, _default as default, fragment as Fragment, jsx, jsx as jsxDEV, jsx as jsxs }; } declare const __esModule: boolean; declare function fragment(props: any): any; declare function jsx(type: any, config: any, key: any): { key: any; ref: any; type: any; props: any; _cache: {}; };