import * as React from 'react'; export interface IProps { children?: any; } export declare const Workbench: React.FC;