/// import type { IBaseNodeProps } from '../type'; interface IBlockParagraphElementProps extends IBaseNodeProps { children: React.ReactNode; } export declare const BlockParagraphElement: (props: IBlockParagraphElementProps) => import("react/jsx-runtime").JSX.Element; export {};