import React from 'react';
import { PromoBlockProps } from './PromoBlock.types';
/**
 * Promotional campaign block, showing a tile for each campaign, similar to news article featured block.
 * Note that the main promotional campaign is to be displayed above these in a PromoBanner.
 */
declare const PromoBlock: React.FunctionComponent<PromoBlockProps>;
export default PromoBlock;
