import { LottieProps } from './constant'; export declare const LottieBase: ({ size, url, initialSegment }: LottieProps) => import("@emotion/react/jsx-runtime").JSX.Element;