import { WidgetContext } from '../../../editor/widget-framework/widget-context';
import { ParagraphEntity } from './paragraph.entity';
export declare function Paragraph(props: WidgetContext<ParagraphEntity>): import("react/jsx-runtime").JSX.Element;
