import * as React from 'react'; export interface IEditorLoadingProps { /** Container height */ height: number | string; } /** * Renders a loading spinner and message. */ export declare const EditorLoading: React.FunctionComponent;