import { CardExtraSmallProps, LayoutType, MarginSystemProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface ReadAlsoBlockProps extends MarginSystemProps { articles: CardExtraSmallProps[]; layout: LayoutType; withDivider?: boolean; } export declare const ReadAlsoBlock: React.FC;