import { MostReadArticlesProps } from '@20minutes/hela'; import { TGetMostReadQuery } from '../../types/graphql'; export declare const transformContentsForMostRead: ({ data, pageEndpoint, imgEndpoint, rubricSlug, rubricLabel, }: { data: TGetMostReadQuery | never[]; pageEndpoint: string; imgEndpoint: string; rubricSlug: string; rubricLabel: string; }) => MostReadArticlesProps["tabItems"];