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