import React from 'react';
import { IThirdPartyAnimationStandAlone } from './types/thirdPartyAnimation';
/**
 * @description
 * ThirdPartyAnimation component is a component that can be used to create a ThirdPartyAnimation.
 * @param {React.PropsWithChildren<IThirdPartyAnimationStandAlone>} props
 * @returns {JSX.Element}
 */
export declare const ThirdPartyAnimationStandAlone: React.ForwardRefExoticComponent<IThirdPartyAnimationStandAlone & React.RefAttributes<HTMLSpanElement | null>>;
