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