import { BoxProps, CardOverviewProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface LiveInProgressBlockProps extends BoxProps { cardOverviewProps: CardOverviewProps[]; } export declare const LiveInProgressBlock: React.FC;