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