import * as React from "react"; export declare const ToggleEditablePlugin: React.FC<{ disabled: boolean | undefined; }>;