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