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