import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function getBlockProperties({ block, context }: { block: BuilderBlock; context: BuilderContextInterface; }): { 'builder-id': string; style: string | Partial; href: any; };