import { AnimationFileName } from '@zeniai/client-epic-state'; interface TreasuryPromoIconProps { animationName: AnimationFileName; height?: number; stopAnimation?: boolean; style?: React.CSSProperties; width?: number; } declare const TreasuryPromoIcon: ({ stopAnimation, animationName, width, height, style, }: TreasuryPromoIconProps) => import("react/jsx-runtime").JSX.Element | null; export default TreasuryPromoIcon;