import { type BlockRendererOptions } from '../BlockRenderer/BlockRendererOptions'; import { type BlockDef } from '../model/ContentPageDef'; export declare function getParentBlockDef(options: BlockRendererOptions | undefined): BlockDef;