import { MediaProps, PhotoSwipeGalleryProps, SpacingSystemProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface ContentCoverProps extends SpacingSystemProps { mediaProps?: MediaProps; photoSwipeGalleryProps?: PhotoSwipeGalleryProps; } export declare const ContentCover: React.FC;