import { BreadcrumbProps, CardExtraSmallProps, CarouselProps, ImageSliderProps, LayoutType, LinkProps } from '@20minutes/hela'; import { default as React } from 'react'; export interface HomeVideosTopBlockProps { breadcrumb: BreadcrumbProps; showsCarousel: Omit; frontPageArticles: CarouselProps['articles'] | CardExtraSmallProps[]; seeMoreLink: LinkProps['href']; layout: LayoutType; } export declare const HomeVideosTopBlock: React.FC;