import { BoxProps } from '@20minutes/hela'; import { default as React } from 'react'; import { ArticlesInRowProps } from '../../HomePage/ArticlesInRow'; export interface ArticlesInRowMapProps extends BoxProps { blocks: ArticlesInRowProps[]; } export declare const ArticlesInRowMap: React.FC;