import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function getBlockComponentOptions(block: BuilderBlock, context: Pick): any;