interface Props { data: string; width: number; height: number; } declare function Lottie({ data, width, height }: Props): import("react/jsx-runtime").JSX.Element; export default Lottie; //# sourceMappingURL=Lottie.d.ts.map