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