export declare enum EKwikUIAnimationPlayerType {
    LOTTIE = "lottie"
}
export declare const VKwikUIAnimationPlayerType: readonly [EKwikUIAnimationPlayerType];
export declare type TKwikUIAnimationPlayerType = (typeof VKwikUIAnimationPlayerType)[number];
