import { SdkPlanCategories } from '../utils'; import { AnimationOption } from './types'; export declare const PLUGIN_NAME = "animationComponent"; export declare const PLUGIN_PLAN = SdkPlanCategories.startup; export declare const animationOptions: AnimationOption[];