import { type BlockRendererOptions } from './BlockRendererOptions'; export declare function getParentBlockContent>(options: BlockRendererOptions | undefined, defaultContent: C): C;