import { CardExtraSmallProps, GridProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface ExtraSmallArticlesBlockProps extends GridProps { articles: CardExtraSmallProps[]; } export declare const ExtraSmallArticlesBlock: React.FC;