import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function getBlockComponentOptions(block: BuilderBlock, context: Pick): any; //# sourceMappingURL=get-block-component-options.d.ts.map