import React from 'react'; type Props = React.DetailedHTMLProps, HTMLDivElement>; export declare const EditorWrapper: ({ children, ...props }: Props) => import("react/jsx-runtime").JSX.Element; export {};