import * as React from 'react'; declare interface PromoBoxProps { animated?: boolean; imgSrc?: string; imgAlt?: string; } declare const PromoBox: React.FC; export default PromoBox;