import { JSX } from "react"; type TEditorBlockWrapperProps = { children: JSX.Element; }; export default function EditorBlockWrapper({ children, }: TEditorBlockWrapperProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EditorBlockWrapper.d.ts.map