import { AnimationTypeEnum } from "./AnimationType.js";
export type SecurityAnimation = {
    /**
     * Type of animation.
     */
    animationType?: AnimationTypeEnum;
};
