import { BoxProps } from '@20minutes/hela'; import { default as React } from 'react'; import { CardsListProps } from '../CardsList'; export interface TvMostBlockProps extends BoxProps { mostViewed: CardsListProps; mostRecent: CardsListProps; } export declare const TvMostBlock: React.FC;