export interface LottieServerOptions {
    preloadAnimations: {
        folder: string;
        animations: string[];
    };
}
export declare type PathToAnimation = string;
export declare type AnimationData = string;
