export declare const CaptionStyleModelTextWeight: { readonly Normal: "normal"; readonly Bold: "bold"; }; export type CaptionStyleModelTextWeight = (typeof CaptionStyleModelTextWeight)[keyof typeof CaptionStyleModelTextWeight];