import type { BuilderContextInterface } from '../context/types'; import type { BuilderBlock } from '../types/builder-block'; export declare function transformStyleProperty({ style }: { style: Partial; context: BuilderContextInterface; block: BuilderBlock; }): Partial;