import type { ElementNode } from '@prezly/slate-types'; import React from 'react'; interface Props { element: ElementNode; position: 'top' | 'bottom'; title?: string; extendedHitArea?: boolean; } export declare function NewParagraphDelimiter(props: Props): React.JSX.Element; export {};