import { ArticleHeaderProps, FlexProps, SignatureProps } from '@20minutes/hela'; import { default as React } from 'react'; import { ContentCoverProps } from '../../ContentCover'; export interface ArticleMobileHeaderProps extends FlexProps { articleHeaderProps: ArticleHeaderProps; signatureProps: SignatureProps; contentCoverProps: ContentCoverProps; } export declare const ArticleMobileHeader: React.FC;