export declare const CaptionStyleModelTextStyle: {
    readonly Normal: "normal";
    readonly Italic: "italic";
};
export type CaptionStyleModelTextStyle = (typeof CaptionStyleModelTextStyle)[keyof typeof CaptionStyleModelTextStyle];
