import { ParagraphViewProps } from './paragraph.view-props'; import { ParagraphEntity } from './paragraph.entity'; export declare function ParagraphDefaultTemplate(props: ParagraphViewProps): import("react/jsx-runtime").JSX.Element;