import React from 'react'; export declare function ObserverDecorator(path: any): (Component: any) => (props: any) => React.JSX.Element;