import React from 'react'; import type { ContentBlock as ContentBlockProps } from '@/payload-types'; export declare const ContentBlock: React.FC;