/// import { BoxProps } from '@mui/material'; export declare function StyledEditorContent({ ref, children, ...rest }: BoxProps & { ref?: React.RefObject; }): import("react/jsx-runtime").JSX.Element;