export declare const CaptionStyleModelTextTransform: { readonly None: "none"; readonly Uppercase: "uppercase"; }; export type CaptionStyleModelTextTransform = (typeof CaptionStyleModelTextTransform)[keyof typeof CaptionStyleModelTextTransform];