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