import { ThirdPartyAnimationThemeType } from '../../../../../components/thirdPartyAnimation/types/thirdPartyAnimationTheme';
import { ThirdPartyAnimationVariantType } from './variants';
export declare const getThirdPartyAnimationStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => ThirdPartyAnimationThemeType<ThirdPartyAnimationVariantType>;
