import { HeaderTitleProps, LayoutType, SpacingSystemProps, TagProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface ArticlesBlockHeaderProps extends SpacingSystemProps { headingProps: HeaderTitleProps; layout: LayoutType; tags?: TagProps[]; } export declare const ArticlesBlockHeader: React.FC;