export declare const CaptionStyleCharacterAnimationModelExitType: {
    readonly None: "none";
    readonly Fade: "fade";
};
export type CaptionStyleCharacterAnimationModelExitType = (typeof CaptionStyleCharacterAnimationModelExitType)[keyof typeof CaptionStyleCharacterAnimationModelExitType];
