export declare const CaptionStyleModelTextBlendMode: { readonly Normal: "normal"; readonly Difference: "difference"; readonly Multiply: "multiply"; }; export type CaptionStyleModelTextBlendMode = (typeof CaptionStyleModelTextBlendMode)[keyof typeof CaptionStyleModelTextBlendMode];