import { LottieJson } from '@reslear/dotlottie-player-core'; export declare function parseData(value: string | LottieJson | Record): LottieJson | undefined;