import { CardExtraLargeProps, CardExtraSmallProps, CardLargeProps, CardMediumProps, CardSideImageProps, LayoutType } from '@20minutes/hela'; import { TGetTagArticlesWithCursorQuery } from '../../types/graphql'; export declare const excludedRubricsForReactions: string[]; export declare const transformArticlesForTagPage: ({ pageEndpoint, imgEndpoint, data, hasSummary, layout, }: { pageEndpoint: string; imgEndpoint: string; data: TGetTagArticlesWithCursorQuery | never[]; hasSummary?: boolean; layout: LayoutType; userId?: string; }) => (CardExtraSmallProps | CardMediumProps | CardLargeProps | CardSideImageProps | CardExtraLargeProps)[];