import React from 'react'; import { UseMonacoOptions } from '..'; export declare function withMonaco(config: UseMonacoOptions, Component: React.FC): ({ ...props }: { [x: string]: any; }) => JSX.Element;