import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import React from 'react'; import type { PayloadEditorRenderProps } from '../PayloadRenderPlugin.js'; /** Default payload editor box that delegates to {@link PayloadDetails}. */ export declare const PayloadEditorBox: React.FC; //# sourceMappingURL=PayloadEditorBox.d.ts.map