import { ReactElement } from 'react'; /** * Warning shown above the classic-editor preview. The classic editor only shows * a read-only preview for externally-hosted widgets, so this tells editors the * surface is limited and how to edit (double-click for the config dialog). Built * with createElement (no JSX) to avoid a JSX-runtime build coupling. * @returns {ReactElement} The warning banner. */ export declare const LimitedEditorBanner: () => ReactElement; //# sourceMappingURL=LimitedEditorBanner.d.ts.map