import { CardMostProps, LayoutType } from '@20minutes/hela'; import { default as React } from 'react'; export interface CardMostListProps { videos: Omit[]; layout: LayoutType; } export declare const CardMostList: React.FC;