import { Config } from '@lottiefiles/dotlottie-web'; import { BlobInfo } from './blob'; interface RenderLottieParams extends Omit { width: 128; height: 128; player?: boolean; raw?: boolean; } export declare function typedArrayToBuffer(array: Uint8Array): ArrayBuffer; export declare const renderLottie: (item: BlobInfo, paramUser?: RenderLottieParams) => any; export {};