import React from 'react'; import { RenderElementProps } from 'slate-react'; export declare const Break: ({ attributes, children }: RenderElementProps) => React.JSX.Element;