import { EditorPanelProps } from "./EditorPanel.types.js"; import * as react_jsx_runtime18 from "react/jsx-runtime"; //#region src/EditorPanel/EditorPanel.d.ts declare const EditorPanel: ({ title, children, onApply, onCancel, isApplyDisabled, applyLabel, cancelLabel, spacing, extraClassNames, id, testId }: EditorPanelProps) => react_jsx_runtime18.JSX.Element; //#endregion export { EditorPanel as default };